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.
78
78
| ----------------------| -----------------------------------------------------------| ---------------|
79
79
| ` REDIS_HOST ` | Redis IP or hostname | ` "127.0.0.1" ` |
80
80
| ` 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 | "" |
83
84
| ` REDIS_SSL ` | Enables or disables SSL/TLS | ` False ` |
84
85
| ` REDIS_CA_PATH ` | CA certificate for verifying server | None |
85
86
| ` REDIS_SSL_KEYFILE ` | Client's private key file for client authentication | None |
You can’t perform that action at this time.
0 commit comments