class Redis::Distributed

def hkeys(key)

Get all the fields in a hash.
def hkeys(key)
  node_for(key).hkeys(key)
end