Remove all keys from the current database.
121 122 123 124 125
# File 'lib/redis.rb', line 121 def flushdb synchronize do @client.call [:flushdb] end end