llen
Retrieve the length of a Redis list by specifying its name, enabling efficient data management and size verification for Redis-based applications.
Instructions
Get the length of a Redis list.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "llenArguments",
"type": "object"
}