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