redis_hlen
Get the field count of a Redis hash. Helps in monitoring hash size or verifying data integrity.
Instructions
Get the number of fields in a hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The hash key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |