Skip to content

Commit ab515bb

Browse files
DOC-5254 updated config properties
1 parent 8246f7b commit ab515bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/integrate/redis-mcp/install.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ to connect with.
7878
|----------------------|-----------------------------------------------------------|---------------|
7979
| `REDIS_HOST` | Redis IP or hostname | `"127.0.0.1"` |
8080
| `REDIS_PORT` | Redis port | `6379` |
81-
| `REDIS_USERNAME` | Default database username | `"default"` |
82-
| `REDIS_PWD` | Default database password | "" |
81+
| `REDIS_DB` | Database | 0 |
82+
| `REDIS_USERNAME` | Database username | `"default"` |
83+
| `REDIS_PWD` | Database password | "" |
8384
| `REDIS_SSL` | Enables or disables SSL/TLS | `False` |
8485
| `REDIS_CA_PATH` | CA certificate for verifying server | None |
8586
| `REDIS_SSL_KEYFILE` | Client's private key file for client authentication | None |

0 commit comments

Comments
 (0)