redis_rpush
Push values to the end of a Redis list, appending elements to the right side. Use this to add items to the tail of your list.
Instructions
Push values to the right of a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The list key. | |
| values | Yes | Values to push. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |