# File lib/redis/connection/synchrony.rb, line 105
      def write(command)
        @connection.send(build_command(command))
      end