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