RUAL Documentation

zadd

This block is part of the redis group and was last modified in core v13.0.7.

zadd v13.0.5

add one member to a sorted set

Pin Pin Type Default
flow
flow
valuerequired
value to add
value
scorerequired
score number
number
insert only
adds NX to the command options, indication it should only insert and not update existing members
condition
increment
adds INCR to the command options, indication it should increment the score to the existing member
condition
Pin Pin Type Example
flow
flow
result
Returns the number of items added or updated within the sorted set
number
success
Returns true when the operation succeeded
condition
error
value
key
value

Core Releases

v13.0.5 This block was introduced in v13.0.5, click here to see the release notes. v13.0.7 This block was last modified in v13.0.7, click here to see the release notes.
Back to redis Return to the main group to view all sub-groups Back to redis sorted sets Return to the group to view all blocks within this group