# File lib/redis.rb, line 159
def
flushall
synchronize
do
|
client
|
client
.
call
([
:flushall
])
end
end