rpop
Remove and return the last element from a Redis list using the specified key, enabling efficient data management in agentic applications.
Instructions
Remove and return the last element from a Redis list.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "rpopArguments",
"type": "object"
}