# File lib/redis.rb, line 1745 def hget(key, field) synchronize do |client| client.call([:hget, key, field]) end end