Method: Redis::Distributed#flushdb

Defined in:
lib/redis/distributed.rb

#flushdbObject

Remove all keys from the current database.



89
90
91
# File 'lib/redis/distributed.rb', line 89

def flushdb
  on_each_node :flushdb
end