redis_web_manager
redis_web_manager copied to clipboard
Redis::CommandError: ERR unknown command `config`, with args beginning with: `get`, `*`,
I'm getting
Redis::CommandError: ERR unknown command
config, with args beginning with:get,*,
when clicking the "Configuration" link on the top GET /configuration on production which is hosted on DigitalOcean
Any thoughts?
Versions:
- Redis 6
- gem redis-4.2.5
- gem redis_web_manager-0.3.8
Locally everything seems fine though
Fixed ?