zset_add
Add members to a sorted set in Redis with specified scores. Use this tool to manage and update sorted sets efficiently, ensuring data is organized by scores for quick retrieval and operations.
Instructions
添加有序集合成员
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | 有序集合键名 | |
members | Yes | 要添加的成员或成员数组 |