Skip to content

Allow selecting different Redis databases (DB 1, DB 2, etc.) in the browser #29

Description

@samueltuoyo15

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!

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions