-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
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
Labels
No labels