# File lib/redis.rb, line 1868 def hgetall(key) synchronize do |client| client.call [:hgetall, key], &_hashify end end