zadd
Add one or more score-value pairs to a sorted set in Redis, enabling efficient organization and retrieval of ranked data through the MCP server.
Instructions
Add one or more members to a sorted set
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Sorted set key | |
members | Yes | Array of score-value pairs to add |