Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to run heroku redis-cli with options, like --bigkeys?

Tags:

redis

heroku

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

like image 330
Michael Johnston Avatar asked Nov 24 '25 02:11

Michael Johnston


1 Answers

I discovered I can use local redis-cli with -u:

redis-cli -u `heroku config:get REDIS_URL -a myapp` --bigkeys
like image 116
Michael Johnston Avatar answered Nov 28 '25 00:11

Michael Johnston



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!