lpush
Add a value to the left of a Redis list and optionally set an expiration time, enabling efficient list management and time-based data control in Redis.
Instructions
Push a value onto the left of a Redis list and optionally set an expiration time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expire | No | ||
name | Yes | ||
value | Yes |