lpop
Remove and retrieve the first element from a Redis list. Useful for dequeuing or processing items in FIFO order.
Instructions
Remove and return the first element from a Redis list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |