class Redis

def hincrby(key, field, increment)

def hincrby(key, field, increment)
  @client.call(:hincrby, key, field, increment)
end