Documentation

LeanRedis.Command.List

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    Instances For
      Equations
      Instances For
        Instances For
          Equations
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                LPUSH key element [element ...]

                Equations
                Instances For

                  RPUSH key element [element ...]

                  Equations
                  Instances For

                    LPUSHX key element

                    Equations
                    Instances For

                      RPUSHX key element

                      Equations
                      Instances For

                        LPOP key [count]

                        Equations
                        Instances For

                          RPOP key [count]

                          Equations
                          Instances For

                            LINDEX key index

                            Equations
                            Instances For

                              LRANGE key start stop

                              Equations
                              Instances For

                                LSET key index value

                                Equations
                                Instances For

                                  LTRIM key start stop

                                  Equations
                                  Instances For

                                    LREM key count value

                                    Equations
                                    Instances For

                                      LINSERT key BEFORE|AFTER pivot value

                                      Equations
                                      • One or more equations did not get rendered due to their size.
                                      Instances For
                                        def LeanRedis.CommandRequest.lMove (source destination : String) (fromWhere toWhere : LMoveWhere) :

                                        LMOVE source destination LEFT|RIGHT LEFT|RIGHT

                                        Equations
                                        • One or more equations did not get rendered due to their size.
                                        Instances For

                                          LPOS key element [RANK rank] [COUNT count] [MAXLEN maxlen]

                                          Equations
                                          Instances For
                                            Equations
                                            Instances For
                                              Equations
                                              Instances For
                                                Equations
                                                Instances For
                                                  Equations
                                                  Instances For
                                                    Equations
                                                    Instances For
                                                      def LeanRedis.Command.lRange (key : String) (start stop : Int) :
                                                      Equations
                                                      Instances For
                                                        def LeanRedis.Command.lSet (key : String) (index : Int) (value : String) :
                                                        Equations
                                                        Instances For
                                                          def LeanRedis.Command.lTrim (key : String) (start stop : Int) :
                                                          Equations
                                                          Instances For
                                                            def LeanRedis.Command.lRem (key : String) (count : Int) (value : String) :
                                                            Equations
                                                            Instances For
                                                              def LeanRedis.Command.lInsert (key : String) (position : LInsertPosition) (pivot value : String) :
                                                              Equations
                                                              Instances For
                                                                def LeanRedis.Command.lMove (source destination : String) (fromWhere toWhere : LMoveWhere) :
                                                                Equations
                                                                • One or more equations did not get rendered due to their size.
                                                                Instances For
                                                                  def LeanRedis.Command.lPos (key element : String) (options : LPosOptions := { }) :
                                                                  Equations
                                                                  • One or more equations did not get rendered due to their size.
                                                                  Instances For
                                                                    def LeanRedis.Command.lPosMany (key element : String) (options : LPosOptions) :
                                                                    Equations
                                                                    Instances For