push_list
Add one or more elements to the beginning or end of a Redis list. Choose direction: left (prepend) or right (append).
Instructions
Push elements to a list (left or right).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| values | Yes | ||
| direction | No | right |