Documentation

LeanRedis.Pipeline.Generic

def LeanRedis.Pipeline.copy {α : List Type} (pipeline : Pipeline α) (source destination : String) (options : CopyOptions := { }) :
Equations
Instances For
    def LeanRedis.Pipeline.del {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
    Equations
    Instances For
      def LeanRedis.Pipeline.dump {α : List Type} (pipeline : Pipeline α) (key : String) :
      Equations
      Instances For
        def LeanRedis.Pipeline.exists {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
        Equations
        Instances For
          def LeanRedis.Pipeline.expire {α : List Type} (pipeline : Pipeline α) (key : String) (seconds : UInt64) (option : Option ExpireOption := none) :
          Equations
          Instances For
            def LeanRedis.Pipeline.expireAt {α : List Type} (pipeline : Pipeline α) (key : String) (timestamp : Std.Time.Timestamp) (option : Option ExpireOption := none) :
            Equations
            Instances For
              def LeanRedis.Pipeline.expireTime {α : List Type} (pipeline : Pipeline α) (key : String) :
              Equations
              Instances For
                def LeanRedis.Pipeline.keys {α : List Type} (pipeline : Pipeline α) (pattern : String) :
                Equations
                Instances For
                  def LeanRedis.Pipeline.move {α : List Type} (pipeline : Pipeline α) (key : String) (destinationDb : UInt32) :
                  Equations
                  Instances For
                    def LeanRedis.Pipeline.objectFreq {α : List Type} (pipeline : Pipeline α) (key : String) :
                    Equations
                    Instances For
                      def LeanRedis.Pipeline.persist {α : List Type} (pipeline : Pipeline α) (key : String) :
                      Equations
                      Instances For
                        def LeanRedis.Pipeline.pexpire {α : List Type} (pipeline : Pipeline α) (key : String) (milliseconds : UInt64) (option : Option ExpireOption := none) :
                        Equations
                        Instances For
                          def LeanRedis.Pipeline.pexpireAt {α : List Type} (pipeline : Pipeline α) (key : String) (timestamp : Std.Time.Timestamp) (option : Option ExpireOption := none) :
                          Equations
                          Instances For
                            def LeanRedis.Pipeline.pttl {α : List Type} (pipeline : Pipeline α) (key : String) :
                            Equations
                            Instances For
                              def LeanRedis.Pipeline.rename {α : List Type} (pipeline : Pipeline α) (key newKey : String) :
                              Equations
                              Instances For
                                def LeanRedis.Pipeline.renameNx {α : List Type} (pipeline : Pipeline α) (key newKey : String) :
                                Equations
                                Instances For
                                  def LeanRedis.Pipeline.restore {α : List Type} (pipeline : Pipeline α) (key : String) (ttl : UInt64) (serializedValue : String) (options : RestoreOptions := { }) :
                                  Equations
                                  Instances For
                                    def LeanRedis.Pipeline.scan {α : List Type} (pipeline : Pipeline α) (cursor : UInt64) (options : ScanOptions := { }) :
                                    Equations
                                    Instances For
                                      def LeanRedis.Pipeline.sort {α : List Type} (pipeline : Pipeline α) (key : String) (options : SortOptions := { }) :
                                      Equations
                                      Instances For
                                        def LeanRedis.Pipeline.sortRo {α : List Type} (pipeline : Pipeline α) (key : String) (options : SortRoOptions := { }) :
                                        Equations
                                        Instances For
                                          def LeanRedis.Pipeline.touch {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
                                          Equations
                                          Instances For
                                            def LeanRedis.Pipeline.ttl {α : List Type} (pipeline : Pipeline α) (key : String) :
                                            Equations
                                            Instances For
                                              def LeanRedis.Pipeline.type {α : List Type} (pipeline : Pipeline α) (key : String) :
                                              Equations
                                              Instances For