# File lib/redis/connection/synchrony.rb, line 87
      def connected?
        @connection && @connection.connected?
      end