class Redis::Distributed

def dbsize

Return the number of keys in the selected database.
def dbsize
  on_each_node :dbsize
end