rpush
Append a value to the end of a Redis list, optionally setting an expiration time to control data persistence.
Instructions
Push a value onto the right of a Redis list and optionally set an expiration time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| value | Yes | ||
| expire | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |