Right now, the Redis Data Browser only looks at Database 0 (DB 0), and there's no way to switch to other databases or specify one in the connection string.
I have an application at the moment that stores data in a secondary database like DB 1. Since the browser is stuck on DB 0, it just shows "No database objects found" even though the data is sitting right there in another DB.
What would be super helpful:
A quick dropdown or selector in the UI to switch between Redis DBs (0–15).
Support reading the DB number straight from the connection URL (e.g. redis://:password@host:port/1).
Thanks!

Right now, the Redis Data Browser only looks at Database 0 (DB 0), and there's no way to switch to other databases or specify one in the connection string.
I have an application at the moment that stores data in a secondary database like DB 1. Since the browser is stuck on DB 0, it just shows "No database objects found" even though the data is sitting right there in another DB.
What would be super helpful:
A quick dropdown or selector in the UI to switch between Redis DBs (0–15).
Support reading the DB number straight from the connection URL (e.g. redis://:password@host:port/1).
Thanks!