redis_llen
Retrieve the length of a Redis list by providing its key. Returns the number of elements in the list.
Instructions
Get the length of a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The list key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |