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