-1
I hired the cache service Azure Cache Redis, but to import the current database I had to migrate it to Premium P1
, after importing I tried to return to the C0
, impossible, the Azure Cache Redis only makes upscale never downscale.
I need to create my database, but on C3
timeout. By default I believe it would run on a B2
, but the database creation process is heavy and complex.
So how to import or generate the initial database if scaling is only up?
If I do, 2 connections, one with my current redis server and the other on Azure, and make a select and then a set on Azure, will it be fast? It’s 90,000 Keys to generate, each one very big.
Information on Redis Azure plans https://azure.microsoft.com/pt-br/pricing/details/cache/
Request to be able to downscale in the service of Redis on the Azure site https://feedback.azure.com/forums/169382-cache/suggestions/10560624-smaller-premium-redis-instances
The "downscale request" link must not be correct. The subject matter is different.
– Thiago Lunardi