zadd
This block is part of the redis
group and was last modified in core v13.0.7
.
Redis Key Selection Required
This block relies on a Redis key to perform its redis releated actions. You must manually select the Redis key you want to use in the flow in the blueprint using the Redis key selector modal. To access the modal, click the white button on the block.
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 inv13.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