class Redis::Distributed

def hkeys(key)

def hkeys(key)
  node_for(key).hkeys(key)
end