Documentation

LeanRedis.Pipeline.String

def LeanRedis.Pipeline.get {α : List Type} (pipeline : Pipeline α) (key : String) :
Equations
Instances For
    def LeanRedis.Pipeline.set {α : List Type} (pipeline : Pipeline α) (key value : String) (options : SetOptions := { }) :
    Equations
    Instances For
      def LeanRedis.Pipeline.mGet {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
      Equations
      Instances For
        def LeanRedis.Pipeline.mSet {α : List Type} (pipeline : Pipeline α) (entries : Array (String × String)) :
        Equations
        Instances For
          def LeanRedis.Pipeline.mSetNx {α : List Type} (pipeline : Pipeline α) (entries : Array (String × String)) :
          Equations
          Instances For
            def LeanRedis.Pipeline.getDel {α : List Type} (pipeline : Pipeline α) (key : String) :
            Equations
            Instances For
              def LeanRedis.Pipeline.getEx {α : List Type} (pipeline : Pipeline α) (key : String) (mode? : Option GetExMode := none) :
              Equations
              Instances For
                def LeanRedis.Pipeline.getRange {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                Equations
                Instances For
                  def LeanRedis.Pipeline.getSet {α : List Type} (pipeline : Pipeline α) (key value : String) :
                  Equations
                  Instances For
                    def LeanRedis.Pipeline.setRange {α : List Type} (pipeline : Pipeline α) (key : String) (offset : UInt64) (value : String) :
                    Equations
                    Instances For
                      def LeanRedis.Pipeline.strLen {α : List Type} (pipeline : Pipeline α) (key : String) :
                      Equations
                      Instances For
                        def LeanRedis.Pipeline.append {α : List Type} (pipeline : Pipeline α) (key value : String) :
                        Equations
                        Instances For
                          def LeanRedis.Pipeline.incr {α : List Type} (pipeline : Pipeline α) (key : String) :
                          Equations
                          Instances For
                            def LeanRedis.Pipeline.incrBy {α : List Type} (pipeline : Pipeline α) (key : String) (amount : Int) :
                            Equations
                            Instances For
                              def LeanRedis.Pipeline.incrByFloat {α : List Type} (pipeline : Pipeline α) (key amount : String) :
                              Equations
                              Instances For
                                def LeanRedis.Pipeline.decr {α : List Type} (pipeline : Pipeline α) (key : String) :
                                Equations
                                Instances For
                                  def LeanRedis.Pipeline.decrBy {α : List Type} (pipeline : Pipeline α) (key : String) (amount : Int) :
                                  Equations
                                  Instances For
                                    def LeanRedis.Pipeline.setNx {α : List Type} (pipeline : Pipeline α) (key value : String) :
                                    Equations
                                    Instances For
                                      def LeanRedis.Pipeline.setEx {α : List Type} (pipeline : Pipeline α) (key : String) (seconds : UInt64) (value : String) :
                                      Equations
                                      Instances For
                                        def LeanRedis.Pipeline.pSetEx {α : List Type} (pipeline : Pipeline α) (key : String) (milliseconds : UInt64) (value : String) :
                                        Equations
                                        Instances For