lpush
Prepends a value to a Redis list and optionally sets an expiration time, enabling queue-like data management.
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 |