File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/integrate/redis-mcp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments