Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis commands #1746

Open
ggrosseveurgg opened this issue Feb 24, 2025 · 0 comments
Open

Redis commands #1746

ggrosseveurgg opened this issue Feb 24, 2025 · 0 comments

Comments

@ggrosseveurgg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant