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