(zadd-args opt)
Creates ZADD command arguments with conditional behavior. Options: :nx (add if not exists), :xx (update if exists), :ch (return count of changed elements).
Creates ZADD command arguments with conditional behavior. Options: :nx (add if not exists), :xx (update if exists), :ch (return count of changed elements).
(zstore-args agg & weights)
Creates arguments for ZSTORE operations with aggregation function and optional weights. Aggregation options: :sum, :min, :max. Weights are applied to corresponding sets.
Creates arguments for ZSTORE operations with aggregation function and optional weights. Aggregation options: :sum, :min, :max. Weights are applied to corresponding sets.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |