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