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 Updated v13.0.7add one member to a sorted set
- flow
flow - value required
valuevalue to add
- score required
numberscore number
- insert only
conditionadds
NXto the command options, indication it should only insert and not update existing members - increment
conditionadds
INCRto the command options, indication it should increment the score to the existing member
- flow
flow - result
numberReturns the number of items added or updated within the sorted set
- success
conditionReturns
truewhen the operation succeeded - error
value - key
v13.0.7value
redis zadd |
zadd |
A typical wiring for zadd: a function trigger starts the flow; value feeds the set pin; value feeds the value pin; number feeds the score pin; the flow out pin feeds debug.
Version history
Introduced in v13.0.5.
Last modified in v13.0.7.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.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 