class Redis

def hkeys(key)

def hkeys(key)
  @client.call(:hkeys, key)
end