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