zset v0.1.0 ZSet
A Red Black Tree implementation that follows the Redis API, complete with scores, and with the same big O running time.
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
zadd(zset, score, str)
Link to this function
zrange(z_set, min, max, opt \\ nil)
zrange(t, integer, integer, :atom) :: integer
Link to this function
zrangebylex(z_set, min, max, opt \\ nil)
Link to this function
zrangebyscore(z_set, min, max, opt \\ nil)
zrangebyscore(t, integer, integer, :atom) :: term
Link to this function
zrevrangebylex(zset, max, min)