rpush
Add a value to the right end of a Redis list and optionally set an expiration time for efficient data management and storage.
Instructions
Push a value onto the right of a Redis list and optionally set an expiration time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expire | No | ||
name | Yes | ||
value | Yes |