Versions in this module Expand all Collapse all v1 v1.0.10 Apr 30, 2025 v1.0.9 Apr 29, 2025 v1.0.8 Apr 29, 2025 v1.0.7 Apr 24, 2025 v1.0.6 Apr 17, 2025 v1.0.5 Apr 16, 2025 Changes in this version + type Param string + const CH + const EX + const EXAT + const GT + const INCR + const KEEPTTL + const LT + const NX + const PERSIST + const PX + const PXAT + const XX + type SortedSet struct + func NewSortedSet() *SortedSet + func (s *SortedSet) ZADD(scores []int64, members []string, params map[Param]string) (int64, error) + func (s *SortedSet) ZCOUNT(minScore, maxScore int64) int64 + func (s *SortedSet) ZRANGE(start, stop int) []*wire.ZElement