Liking cljdoc? Tell your friends :D

predis.util.zset


parse-zmaxclj

(parse-zmax score)
source

parse-zminclj

(parse-zmin score)
source

sort-zsetclj

(sort-zset zset)
source

zmember-in-range?clj

(zmember-in-range? min-score max-score [m score :as zmember])
source

zrangebyscoreclj

(zrangebyscore min-score max-score zset)

Filter members of zset within min-score and max-score and return a seq of [member score] tuples sorted by ascending score

Filter members of zset within min-score and max-score and return
a seq of [member score] tuples sorted by ascending score
sourceraw docstring

zset-compareclj

(zset-compare [member-a score-a] [member-b score-b])
source

zset-responseclj

(zset-response tups withscores)

Given a seq of pre-sorted [member score] tuples, return an appropriate response based on the boolean withscores option

Given a seq of pre-sorted [member score] tuples, return an appropriate
response based on the boolean withscores option
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close