Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Redis Cache suddenly empty?

I have an Azure Redis Cache that I've been happily using but all of a sudden it bombed everything out of it's store and was empty. Has anyone experienced this before?

As an overview of the setup:

Basic 1GB tier.

Oldest data in there was 2 days ago. Max-memory policy = volatile-lru

Data persistence = N/A due to package level

I can re-add data back into the empty cache but I can't understand where the previous data could have gone?

Could this be down to a simple hiccup server-side causing data to drop?

like image 850
scgough Avatar asked Nov 29 '25 14:11

scgough


1 Answers

You're using the Basic tier, which means it's not persistent and has no replication or failover. To prevent issues like this, you'd need either Standard or Premium tier.

like image 158
David Makogon Avatar answered Dec 02 '25 04:12

David Makogon



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!