Skip to content

Redis commands #1746

@ggrosseveurgg

Description

@ggrosseveurgg

Describe the rationale for the suggested feature.

It would be interesting for us to have the list of available commands in a redis server using redis collector / analyzer.

Describe the feature

Our app requires the FLUSHDB commands in the redis server. We'd like to ensure customer has it available before running the app. This could be done using the redis CLI like : redis COMMAND LIST or redis COMMAND INFO xxx.

That way, we could simply check in the analyzer that our requirement is fulfilled.

Describe alternatives you've considered

Using runPod, we may do this but we have to recode the authentication logic which is a waste of time, having it inside the analyzer would help a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions