# File lib/redis.rb, line 92
def
call
(
*
command
)
synchronize
do
|
client
|
client
.
call
(
command
)
end
end