-
Notifications
You must be signed in to change notification settings - Fork 80
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
Unknown command 'CONFIG' and 'DEBUG' #27
Comments
Maybe this if you are using AWS ElastiCache:
http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/ClientConfig.RestrictedCommands.html |
I actually am. I guess RMA needs a flag to work without those commands if it is possible altogether. Any ideas? |
@fenelon The INFO command may be the extent of what you can use. There is a redis-sampler tool that utilizes INFO, and it may provide some insight. It definitely works on AWS ElastiCache (I use it, though not sure how easily it could be used for memory usage analysis). |
What If I simply used rename-command to rename CONFIG and DEBUG to something safer? Is there any way to tell RMA to consider the new names? |
I'm getting the following trace. Any thoughts on the fix?
The text was updated successfully, but these errors were encountered: