redis_llen
Retrieve the number of elements in a Redis list by providing the list key.
Instructions
Get the length of a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| connectionId | No | Id of the redis connection to use, from databases.config.yml. Optional when only one redis connection is configured. |