redis_lpush
Push string values to the beginning of a Redis list. Specify the list key and the values to add.
Instructions
Push values to the left 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 |