I recently signed up for Heroku's Redis To Go https://addons.heroku.com/redistogo. For now, I'm using the free Nano plan, which says:
I get what 'No Backups' etc. mean, but can't find any info on what is 'Non-persistent'? Does it mean the data is wiped out every time I deploy? Daily? Every now and then? When Heroku crashes?
Persistence. The hobby tier for Heroku Data for Redis doesn't persist instance data.
Reliable and powerful Redis as a service. Starting at $0/mo.
You can perform an in-place upgrade of Redis, specifying the target version, with the following CLI command: $ heroku redis:upgrade addon-haiku-name --version 6.2 --app example-app ▸ WARNING: Irreversible action.
Non-persistent means that your data will disappear if a restart of your instance is needed
e.g. Server issues caused by AWS usually involve instance restarts.
The other plans all provide AOF persistance and daily snapshot RDB backups of your data.
The Direct plans are 30% cheaper and you get more features.
More info on persistence and backups
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