Redis MCP Server
Installation
Use the upstream install or setup path that matches your environment:
- docker run -d -p 6379:6379 redis:latest
- cmake --version
- make -j "$(nproc)" all
- brew update
Requirements and caveats from upstream:
Basic usage or getting-started notes:
This document serves as both a quick start guide to Redis and a detailed resource for building it from source.
New to Redis? Start with What is Redis and Getting Started
Source: https://github.com/redis/redis
Extracted from upstream docs: https://raw.githubusercontent.com/redis/redis/HEAD/README.md