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