push
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.
push v13.0.7 prepend one element to a list
In pins 1 + flow
- flow
flow - element required
valuethe element to push.
Out pins 4 + flow
- flow
flow - success
condition - error
value - length
number - key
v13.0.7value
redis lpush |
lpush |
A typical wiring for push: create document feeds the list pin; get document feeds the element pin; the flow out pin feeds create document; the error out pin feeds trim.

Commonly used with
In production blueprints, this block is most often wired together with:
- create document: wired in both directions with this block. Creates a document in the given storage.
- create: feeds into this block. Creates a new function that can be executed using the given name.
- get document: feeds into this block. get a specific document based on the given GUID.
- get fields: feeds into this block. Gets the selected fields from the given object.
- trim: this block feeds into it. trim a list to the specified range.
- concatenate values: feeds into this block.
Version history
Introduced 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 lists Return to the group to view all blocks within this group
