redis_zscore
Get the score of a member in a Redis sorted set. Pass the key and member to retrieve the score.
Instructions
Get the score of a member in a sorted set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The sorted set key. | |
| member | Yes | Member name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |