Documentation

LeanRedis.Pipeline.SortedSet

def LeanRedis.Pipeline.zAdd {α : List Type} (pipeline : Pipeline α) (key : String) (entries : Array SortedSetEntry) :
Equations
Instances For
    def LeanRedis.Pipeline.zRem {α : List Type} (pipeline : Pipeline α) (key : String) (members : Array String) :
    Equations
    Instances For
      def LeanRedis.Pipeline.zCard {α : List Type} (pipeline : Pipeline α) (key : String) :
      Equations
      Instances For
        def LeanRedis.Pipeline.zScore {α : List Type} (pipeline : Pipeline α) (key member : String) :
        Equations
        Instances For
          def LeanRedis.Pipeline.zMScore {α : List Type} (pipeline : Pipeline α) (key : String) (members : Array String) :
          Equations
          Instances For
            def LeanRedis.Pipeline.zRank {α : List Type} (pipeline : Pipeline α) (key member : String) :
            Equations
            Instances For
              def LeanRedis.Pipeline.zRevRank {α : List Type} (pipeline : Pipeline α) (key member : String) :
              Equations
              Instances For
                def LeanRedis.Pipeline.zRange {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                Equations
                Instances For
                  def LeanRedis.Pipeline.zRangeWithScores {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                  Equations
                  Instances For
                    def LeanRedis.Pipeline.zRevRange {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                    Equations
                    Instances For
                      def LeanRedis.Pipeline.zRevRangeWithScores {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                      Equations
                      Instances For
                        def LeanRedis.Pipeline.zRangeByScore {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                        Equations
                        Instances For
                          def LeanRedis.Pipeline.zRevRangeByScore {α : List Type} (pipeline : Pipeline α) (key max min : String) :
                          Equations
                          Instances For
                            def LeanRedis.Pipeline.zRangeByLex {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                            Equations
                            Instances For
                              def LeanRedis.Pipeline.zRevRangeByLex {α : List Type} (pipeline : Pipeline α) (key max min : String) :
                              Equations
                              Instances For
                                def LeanRedis.Pipeline.zCount {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                                Equations
                                Instances For
                                  def LeanRedis.Pipeline.zLexCount {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                                  Equations
                                  Instances For
                                    def LeanRedis.Pipeline.zRemRangeByRank {α : List Type} (pipeline : Pipeline α) (key : String) (start stop : Int) :
                                    Equations
                                    Instances For
                                      def LeanRedis.Pipeline.zRemRangeByScore {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                                      Equations
                                      Instances For
                                        def LeanRedis.Pipeline.zRemRangeByLex {α : List Type} (pipeline : Pipeline α) (key min max : String) :
                                        Equations
                                        Instances For
                                          def LeanRedis.Pipeline.zIncrBy {α : List Type} (pipeline : Pipeline α) (key increment member : String) :
                                          Equations
                                          Instances For
                                            def LeanRedis.Pipeline.zRandMembers {α : List Type} (pipeline : Pipeline α) (key : String) (count : Int) :
                                            Equations
                                            Instances For
                                              def LeanRedis.Pipeline.zDiff {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
                                              Equations
                                              Instances For
                                                def LeanRedis.Pipeline.zDiffStore {α : List Type} (pipeline : Pipeline α) (destination : String) (keys : Array String) :
                                                Equations
                                                Instances For
                                                  def LeanRedis.Pipeline.zInter {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
                                                  Equations
                                                  Instances For
                                                    def LeanRedis.Pipeline.zInterCard {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
                                                    Equations
                                                    Instances For
                                                      def LeanRedis.Pipeline.zInterStore {α : List Type} (pipeline : Pipeline α) (destination : String) (keys : Array String) :
                                                      Equations
                                                      Instances For
                                                        def LeanRedis.Pipeline.zUnion {α : List Type} (pipeline : Pipeline α) (keys : Array String) :
                                                        Equations
                                                        Instances For
                                                          def LeanRedis.Pipeline.zUnionStore {α : List Type} (pipeline : Pipeline α) (destination : String) (keys : Array String) :
                                                          Equations
                                                          Instances For
                                                            def LeanRedis.Pipeline.zScan {α : List Type} (pipeline : Pipeline α) (key : String) (cursor : UInt64) (options : ZScanOptions := { }) :
                                                            Equations
                                                            Instances For