Documentation

LeanRedis.Command.String

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
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Instances For
              Equations
              Instances For
                Equations
                • One or more equations did not get rendered due to their size.
                Instances For
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      SET key value [NX | XX] [EX seconds | PX milliseconds | EXAT unix-time-seconds | PXAT unix-time-milliseconds | KEEPTTL]

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

                        MGET key [key ...]

                        Equations
                        Instances For

                          MSET key value [key value ...]

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

                            MSETNX key value [key value ...]

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

                              GETDEL key

                              Equations
                              Instances For

                                GETEX key [EX seconds | PX milliseconds | EXAT unix-time-seconds | PXAT unix-time-milliseconds | PERSIST]

                                Equations
                                Instances For

                                  GETRANGE key start end

                                  Equations
                                  Instances For

                                    GETSET key value

                                    Equations
                                    Instances For

                                      SETRANGE key offset value

                                      Equations
                                      Instances For

                                        STRLEN key

                                        Equations
                                        Instances For

                                          APPEND key value

                                          Equations
                                          Instances For

                                            INCRBY key increment

                                            Equations
                                            Instances For

                                              INCRBYFLOAT key increment

                                              Equations
                                              Instances For

                                                DECRBY key decrement

                                                Equations
                                                Instances For

                                                  SETNX key value

                                                  Equations
                                                  Instances For

                                                    SETEX key seconds value

                                                    Equations
                                                    Instances For
                                                      def LeanRedis.CommandRequest.pSetEx (key : String) (milliseconds : UInt64) (value : String) :

                                                      PSETEX key milliseconds value

                                                      Equations
                                                      Instances For
                                                        def LeanRedis.Command.set (key value : String) (options : SetOptions := { }) :
                                                        Equations
                                                        Instances For
                                                          Equations
                                                          Instances For
                                                            Equations
                                                            Instances For
                                                              Equations
                                                              Instances For
                                                                def LeanRedis.Command.getRange (key : String) (start stop : Int) :
                                                                Equations
                                                                Instances For
                                                                  Equations
                                                                  Instances For
                                                                    def LeanRedis.Command.setRange (key : String) (offset : UInt64) (value : String) :
                                                                    Equations
                                                                    Instances For
                                                                      Equations
                                                                      Instances For
                                                                        Equations
                                                                        Instances For
                                                                          Equations
                                                                          Instances For
                                                                            Equations
                                                                            Instances For
                                                                              Equations
                                                                              Instances For
                                                                                def LeanRedis.Command.setEx (key : String) (seconds : UInt64) (value : String) :
                                                                                Equations
                                                                                Instances For
                                                                                  def LeanRedis.Command.pSetEx (key : String) (milliseconds : UInt64) (value : String) :
                                                                                  Equations
                                                                                  Instances For