Documentation

LeanRedis.Pipeline.List

def LeanRedis.Pipeline.lPush {α : List Type} (pipeline : Pipeline α) (key : String) (values : Array String) :
Equations
Instances For
    def LeanRedis.Pipeline.rPush {α : List Type} (pipeline : Pipeline α) (key : String) (values : Array String) :
    Equations
    Instances For
      def LeanRedis.Pipeline.lPushX {α : List Type} (pipeline : Pipeline α) (key value : String) :
      Equations
      Instances For
        def LeanRedis.Pipeline.rPushX {α : List Type} (pipeline : Pipeline α) (key value : String) :
        Equations
        Instances For
          def LeanRedis.Pipeline.lPop {α : List Type} (pipeline : Pipeline α) (key : String) :
          Equations
          Instances For
            def LeanRedis.Pipeline.rPop {α : List Type} (pipeline : Pipeline α) (key : String) :
            Equations
            Instances For
              def LeanRedis.Pipeline.lLen {α : List Type} (pipeline : Pipeline α) (key : String) :
              Equations
              Instances For
                def LeanRedis.Pipeline.lIndex {α : List Type} (pipeline : Pipeline α) (key : String) (index : Int) :
                Equations
                Instances For
                  def LeanRedis.Pipeline.lRange {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                  Equations
                  Instances For
                    def LeanRedis.Pipeline.lSet {α : List Type} (pipeline : Pipeline α) (key : String) (index : Int) (value : String) :
                    Equations
                    Instances For
                      def LeanRedis.Pipeline.lTrim {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                      Equations
                      Instances For
                        def LeanRedis.Pipeline.lRem {α : List Type} (pipeline : Pipeline α) (key : String) (count : Int) (value : String) :
                        Equations
                        Instances For
                          def LeanRedis.Pipeline.lInsert {α : List Type} (pipeline : Pipeline α) (key : String) (position : LInsertPosition) (pivot value : String) :
                          Equations
                          Instances For
                            def LeanRedis.Pipeline.lMove {α : List Type} (pipeline : Pipeline α) (source destination : String) (fromWhere toWhere : LMoveWhere) :
                            Equations
                            Instances For
                              def LeanRedis.Pipeline.lPos {α : List Type} (pipeline : Pipeline α) (key element : String) (options : LPosOptions := { }) :
                              Equations
                              Instances For
                                def LeanRedis.Pipeline.lPosMany {α : List Type} (pipeline : Pipeline α) (key element : String) (options : LPosOptions) :
                                Equations
                                Instances For