Is there a way I can flush my redis db using redis?
I\'m looking for something like redis.flushdb() or redis.flushall()
redis.flushdb()
redis.flushall()
Yes, flushdb() and flushall() both exist.
flushdb()
flushall()
check out this page, you will find them.