8000 Add Database Selection Option to Redis Datasource Configuration · Issue #12902 · ToolJet/ToolJet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add Database Selection Option to Redis Datasource Configuration #12902
Open
@pitpap7

Description

@pitpap7

Is your proposal related to a problem?

Yes. Currently, the Redis datasource options do not allow for selecting a specific Redis database (i.e., using the SELECT command to switch databases, e.g., from DB 0 to DB 1). This limitation is problematic for users who separate data by database in a single Redis instance and need to query or monitor a specific one.

Describe the solution you'd like

I would like to see an option added to the Redis datasource configuration that allows users to specify the target database number (e.g., 0–15). This option would then be used to send a SELECT command to Redis upon connection, enabling access to the desired database.

(Describe your proposed solution here.)

Describe alternatives you've considered

(Write your answer here.)

If the feature is approved, would you be willing to submit a PR?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0