Skip to main content
Glama

Redis MCP Server

by farhankaz

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

NameRequiredDescriptionDefault
keyYesSorted set key
membersYesArray of score-value pairs to add

Input Schema (JSON Schema)

{ "properties": { "key": { "description": "Sorted set key", "type": "string" }, "members": { "description": "Array of score-value pairs to add", "items": { "properties": { "score": { "description": "Score for the member", "type": "number" }, "value": { "description": "Member value", "type": "string" } }, "required": [ "score", "value" ], "type": "object" }, "type": "array" } }, "required": [ "key", "members" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/farhankaz/redis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server