Method: Redis::Distributed#flushall

Defined in:
lib/redis/distributed.rb

#flushallObject

Remove all keys from all databases.



84
85
86
# File 'lib/redis/distributed.rb', line 84

def flushall
  on_each_node :flushall
end