lpop
Remove and return the first element from a Redis list. Use this operation to consume items in FIFO order from queues or lists.
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 |