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