class Redis

def hexists(key, field)

def hexists(key, field)
  _bool @client.call(:hexists, key, field)
end