# File lib/redis.rb, line 729
  def hset(key, field, value)
    synchronize do
      _bool @client.call [:hset, key, field, value]
    end
  end