Skip to content

Commit 8fb0c4f

Browse files
Merge pull request #1628 from redis/ViktarStarastsenka-patch-3
Adding a new environment variable to connect to logical databases
2 parents 9477385 + cc721c4 commit 8fb0c4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/operate/redisinsight/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Redis Insight allows you to preconfigure database connections using environment
5050
| RI_REDIS_TLS_CERT_PATH* | Path to the Client certificate file. | N/A | |
5151
| RI_REDIS_TLS_KEY_BASE64* | Private key for the client certificate in base64 format. | N/A | Indicate a private key in this environment variable or use another variable to get it from a file. |
5252
| RI_REDIS_TLS_KEY_PATH* | Path to private key file. | N/A | |
53+
| RI_REDIS_DB | Database index to connect to. | N/A | |
5354

5455
### Preconfigure database connections using a JSON file
5556
Redis Insight also allows you to preconfigure database connections using a JSON file.

0 commit comments

Comments
 (0)