You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
orredis 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.
The text was updated successfully, but these errors were encountered: