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