Saturday 18 April 2015

Clear every thing in redis


FLUSHDB : Removes data from your connection's CURRENT database.
FLUSHALL : Removes data from ALL databases.

127.0.0.1:6379> flushdb
OK
127.0.0.1:6379> flushall
OK



No comments:

Post a Comment