connect_redis
Establish a connection to a Redis server by specifying host and port, with optional parameters like username, password, database index, and TLS for secure access. Integrates with Redis MCP for efficient database operations.
Instructions
连接到 Redis 服务器
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db | No | 数据库索引(可选) | |
host | Yes | Redis 服务器地址 | |
password | No | 密码(可选) | |
port | Yes | Redis 服务器端口 | |
tls | No | 是否使用 TLS 连接(可选) | |
username | No | 用户名(可选) |