View Source SortedSetKV (sorted_set_kv v0.1.0)

Link to this section Summary

Link to this section Functions

Link to this function

lpush(db, collection, value)

View Source
Link to this function

rpush(db, collection, value)

View Source
Link to this function

zadd(db, collection, key, value, score, add_if_gt)

View Source
Link to this function

zgetbykey(db, collection, key, min_score)

View Source
Link to this function

zrangebyprefixscore(db, collection, prefix, min_score, max_score, offset, limit)

View Source
Link to this function

zrangebyscore(db, collection, min_score, max_score, offset, limit)

View Source
Link to this function

zrem(db, collection, key)

View Source
Link to this function

zrembyrangebyscore(db, collection, min_score, max_score, limit)

View Source
Link to this function

zscore(db, collection, key)

View Source
Link to this function

zscoreupdate(db, collection, key, score, min_score)

View Source