redis_zcard
Retrieve the size (number of elements) of a Redis sorted set.
Instructions
Get the size of a sorted set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The sorted set key. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |