Preconditions
Docker Redis Insight is started as a fresh instance.
The Redis database connection is preconfigured through Docker environment variables:
RI_REDIS_HOST=redis
RI_REDIS_PORT=6379
RI_REDIS_ALIAS=Workshop Redis
RI_ACCEPT_TERMS_AND_CONDITIONS=true
The target Redis database has Redis Search enabled.
Steps to reproduce
-
Start Docker Redis Insight with a preconfigured Redis database connection.
-
Open Redis Insight directly at:
http://localhost:5540/0/vector-search
-
Observe the Search page.
-
Go back to the database picker:
http://localhost:5540/
-
Click the same preconfigured database.
-
Open the Search tab again.
Actual behavior
When Docker Redis Insight is opened directly at /0/vector-search, the Search page says:
Redis Query Engine is not available for this database
After entering the same preconfigured database through the database picker, the Search page loads correctly.
Expected behavior
Docker Redis Insight should detect Redis Search for the preconfigured database when opening /0/vector-search or /0/browser directly.
Additional context
Host OS: macOS 15.7.4
Redis Insight distribution: Docker version
Redis Insight version: 3.6.0
Redis Insight build type: Docker on premise
Redis Insight image: redis/redisinsight:latest
Image SHA: sha256:aa21bbd198455b4ad964f76782db951155aa0d712321f599972d1525f031f0e6
Redis database version: 8.8.0
Database type: Standalone
Connection type: Standalone
Redis Search module version: 80800
Redis JSON module version: 80800
Redis TimeSeries module version: 80800
No browser console errors were observed during reproduction.
Preconditions
Docker Redis Insight is started as a fresh instance.
The Redis database connection is preconfigured through Docker environment variables:
RI_REDIS_HOST=redisRI_REDIS_PORT=6379RI_REDIS_ALIAS=Workshop RedisRI_ACCEPT_TERMS_AND_CONDITIONS=trueThe target Redis database has Redis Search enabled.
Steps to reproduce
Start Docker Redis Insight with a preconfigured Redis database connection.
Open Redis Insight directly at:
http://localhost:5540/0/vector-searchObserve the Search page.
Go back to the database picker:
http://localhost:5540/Click the same preconfigured database.
Open the Search tab again.
Actual behavior
When Docker Redis Insight is opened directly at
/0/vector-search, the Search page says:Redis Query Engine is not available for this databaseAfter entering the same preconfigured database through the database picker, the Search page loads correctly.
Expected behavior
Docker Redis Insight should detect Redis Search for the preconfigured database when opening
/0/vector-searchor/0/browserdirectly.Additional context
Host OS: macOS 15.7.4
Redis Insight distribution: Docker version
Redis Insight version: 3.6.0
Redis Insight build type: Docker on premise
Redis Insight image:
redis/redisinsight:latestImage SHA:
sha256:aa21bbd198455b4ad964f76782db951155aa0d712321f599972d1525f031f0e6Redis database version: 8.8.0
Database type: Standalone
Connection type: Standalone
Redis Search module version: 80800
Redis JSON module version: 80800
Redis TimeSeries module version: 80800
No browser console errors were observed during reproduction.