redis_lpop
Removes and returns the first element from a Redis list. Use to dequeue items or process list entries in FIFO order.
Instructions
Remove and return the first element of a list. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |