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