Skip to content

Commit c5a483b

Browse files
committed
README updated with REDIS_DB configuration
1 parent f554592 commit c5a483b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,20 @@ uv sync
5757
To configure this Redis MCP Server, consider the following environment variables:
5858

5959
| Name | Description | Default Value |
60-
|----------------------|-----------------------------------------------------------|---------------|
60+
|----------------------|-----------------------------------------------------------|--------------|
6161
| `REDIS_HOST` | Redis IP or hostname | `"127.0.0.1"` |
62-
| `REDIS_PORT` | Redis port | `6379` |
63-
| `REDIS_USERNAME` | Default database username | `"default"` |
64-
| `REDIS_PWD` | Default database password | "" |
65-
| `REDIS_SSL` | Enables or disables SSL/TLS | `False` |
66-
| `REDIS_CA_PATH` | CA certificate for verifying server | None |
67-
| `REDIS_SSL_KEYFILE` | Client's private key file for client authentication | None |
68-
| `REDIS_SSL_CERTFILE` | Client's certificate file for client authentication | None |
69-
| `REDIS_CERT_REQS` | Whether the client should verify the server's certificate | `"required"` |
70-
| `REDIS_CA_CERTS` | Path to the trusted CA certificates file | None |
71-
| `REDIS_CLUSTER_MODE` | Enable Redis Cluster mode | `False` |
72-
| `MCP_TRANSPORT` | Use the `stdio` or `sse` transport | `stdio` |
62+
| `REDIS_PORT` | Redis port | `6379` |
63+
| `REDIS_DB` | Database | 0 |
64+
| `REDIS_USERNAME` | Default database username | `"default"` |
65+
| `REDIS_PWD` | Default database password | "" |
66+
| `REDIS_SSL` | Enables or disables SSL/TLS | `False` |
67+
| `REDIS_CA_PATH` | CA certificate for verifying server | None |
68+
| `REDIS_SSL_KEYFILE` | Client's private key file for client authentication | None |
69+
| `REDIS_SSL_CERTFILE` | Client's certificate file for client authentication | None |
70+
| `REDIS_CERT_REQS` | Whether the client should verify the server's certificate | `"required"` |
71+
| `REDIS_CA_CERTS` | Path to the trusted CA certificates file | None |
72+
| `REDIS_CLUSTER_MODE` | Enable Redis Cluster mode | `False` |
73+
| `MCP_TRANSPORT` | Use the `stdio` or `sse` transport | `stdio` |
7374

7475

7576
## Transports

0 commit comments

Comments
 (0)