lpop
Remove and return the first element from a Redis list, enabling FIFO queue operations.
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 |