Liking cljdoc? Tell your friends :D

celtuce.args.zset


zadd-argsclj

(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).
sourceraw docstring

zstore-argsclj

(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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close