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