# File lib/redis.rb, line 431
def
randomkey
synchronize
do
|
client
|
client
.
call
[
:randomkey
]
end
end