I can run heroku redis:cli -a myapp -c myapp, and it works fine.
But when I run heroku redis:cli --bigkeys -a myapp -c myapp, it yields no redis instance found
I discovered I can use local redis-cli with -u:
redis-cli -u `heroku config:get REDIS_URL -a myapp` --bigkeys
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With