Test whether or not the client is connected
Returns:
53 54 55
# File 'lib/redis.rb', line 53 def connected? @original_client.connected? end