Documentation

LeanRedis.Pipeline.Hash

def LeanRedis.Pipeline.hGet {α : List Type} (pipeline : Pipeline α) (key field : String) :
Equations
Instances For
    def LeanRedis.Pipeline.hSet {α : List Type} (pipeline : Pipeline α) (key : String) (entries : Array (String × String)) :
    Equations
    Instances For
      def LeanRedis.Pipeline.hMGet {α : List Type} (pipeline : Pipeline α) (key : String) (fields : Array String) :
      Equations
      Instances For
        def LeanRedis.Pipeline.hMSet {α : List Type} (pipeline : Pipeline α) (key : String) (entries : Array (String × String)) :
        Equations
        Instances For
          def LeanRedis.Pipeline.hGetAll {α : List Type} (pipeline : Pipeline α) (key : String) :
          Equations
          Instances For
            def LeanRedis.Pipeline.hDel {α : List Type} (pipeline : Pipeline α) (key : String) (fields : Array String) :
            Equations
            Instances For
              def LeanRedis.Pipeline.hExists {α : List Type} (pipeline : Pipeline α) (key field : String) :
              Equations
              Instances For
                def LeanRedis.Pipeline.hLen {α : List Type} (pipeline : Pipeline α) (key : String) :
                Equations
                Instances For
                  def LeanRedis.Pipeline.hKeys {α : List Type} (pipeline : Pipeline α) (key : String) :
                  Equations
                  Instances For
                    def LeanRedis.Pipeline.hVals {α : List Type} (pipeline : Pipeline α) (key : String) :
                    Equations
                    Instances For
                      def LeanRedis.Pipeline.hStrLen {α : List Type} (pipeline : Pipeline α) (key field : String) :
                      Equations
                      Instances For
                        def LeanRedis.Pipeline.hIncrBy {α : List Type} (pipeline : Pipeline α) (key field : String) (amount : Int) :
                        Equations
                        Instances For
                          def LeanRedis.Pipeline.hIncrByFloat {α : List Type} (pipeline : Pipeline α) (key field amount : String) :
                          Equations
                          Instances For
                            def LeanRedis.Pipeline.hSetNx {α : List Type} (pipeline : Pipeline α) (key field value : String) :
                            Equations
                            Instances For
                              Equations
                              Instances For
                                def LeanRedis.Pipeline.hRandFields {α : List Type} (pipeline : Pipeline α) (key : String) (count : Int) :
                                Equations
                                Instances For
                                  def LeanRedis.Pipeline.hScan {α : List Type} (pipeline : Pipeline α) (key : String) (cursor : UInt64) (options : HScanOptions := { }) :
                                  Equations
                                  Instances For