InterviewSolution
Saved Bookmarks
| 1. |
How to empty a Redis Database? |
|
Answer» The following two commands can be USED to empty the database. SYNTAX:- redis-cli flushdb
Syntax:-redis-cli flushall |
|