1.

How To Delete Current Database?

Answer»

To DELETE current DATABASE USE the FOLLOWING code:

redis-cli flushdb

To delete current database use the following code:

redis-cli flushdb



Discussion

No Comment Found