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