rpop
Retrieve and delete the most recently added element from a Redis list. Use this to implement stack or queue operations.
Instructions
Remove and return the last element from a Redis list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |