ruby on rails - Backing up and restoring Redis on Heroku -


i'm running app on heroku uses redis , postgres.

occasionally backup , restore postgres lower tier staging or development testing.

is there similar inbuilt redis tool backup production instance , restore local instance? write loops through each key , outputs file, , else locally reads file , restores, feel might overkill if utility exists that.

thanks!

redis can dump date disk file using format called rdb. should check redis provider how generate , obtain these files.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -