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