redis_zadd
Add members with numerical scores to a Redis sorted set. Insert or update member-score pairs in the specified key.
Instructions
Add members with scores to a sorted set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | The sorted set key. | |
| members | Yes | Dictionary of member-score pairs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |