Skip to main content
Glama

Redis MCP Server

Official
by redis

rpush

Add a value to the right end of a Redis list and optionally set an expiration time for efficient data management and storage.

Instructions

Push a value onto the right of a Redis list and optionally set an expiration time.

Input Schema

NameRequiredDescriptionDefault
expireNo
nameYes
valueYes

Input Schema (JSON Schema)

{ "properties": { "expire": { "default": null, "title": "Expire", "type": "integer" }, "name": { "title": "Name", "type": "string" }, "value": { "anyOf": [ { "format": "binary", "type": "string" }, { "type": "string" }, { "type": "integer" }, { "type": "number" } ], "title": "Value" } }, "required": [ "name", "value" ], "title": "rpushArguments", "type": "object" }

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/redis/mcp-redis'

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