lpush
Add a value to the beginning of a Redis list, with optional time-to-live expiration.
Instructions
Push a value onto the left 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 |