question

MichaBorkowski-6575 avatar image
0 Votes"
MichaBorkowski-6575 asked BenjaminDupuis-6746 commented

Redis backups and 6.2 roadmap

Hello.

We're trying to create an ARM template for our application to publish it on Azure Marketplace. Our application uses Redis. There are two functionalities we require, that aren't supported by Redis for Azure:

  1. Our application requires Redis 6.2. Currently Redis for Azure is still on version 6.0.

  2. Since we use Redis as a database, we need periodic backups in case of some incorrect application behavior. Redis for Azure does offer periodic backups, but files created by Redis for Azure automated backups are not suitable for the "Import" feature. This means that de facto backups cannot be restored, and are used only in case of Redis machine itself failing. We've contacted support and it was suggested that normal backups can be created using the "Export" functionality. Unfortunately, "Export" needs to be created manually by pressing the button every day. This makes Redis for Azure unsuitable for enterprise solutions.

We'd like to ask whether Redis 6.2 support and automated backups are on the roadmap, or should we look for other solutions (are there suggested alternatives?).

azure-cache-redis
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

GeethaThatipatri-MSFT avatar image
0 Votes"
GeethaThatipatri-MSFT answered BenjaminDupuis-6746 commented

HI, @MichaBorkowski-6575 thanks for the ask and using the Microsoft Q&A platform.

182392-image.png

We’re not planning on moving to 6.2. Instead, we’re planning on jumping straight to 7.0. Is there specific functionality in 6.2 that you need?

182393-image.png

The recommended functionality here is to use the Export functionality. Instead of pressing the button every day, I recommend using the CLI or PowerShell commands, which would enable an application to do this programmatically. One other thing to mention here—the files generated by the data persistence feature are very similar to the RDB files that can be imported into the cache. The only difference is that we provide a header to the periodic data persistence files to improve programmatic import speed. If this header is stripped, you should be able to use these files as backups

Please let us know if you need any additional information.
Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community

Regards
Geetha



image.png (2.9 KiB)
image.png (16.6 KiB)
· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Regarding 6.2 features, we use these:

 XAUTOCLAIM
 LPOP with a count
 ZRANGE with REV, BYSCORE 
0 Votes 0 ·

Hi @MichaBorkowski-6575 thanks for sharing the list, as I mentioned we do not have any plan on supporting 6.2

Regards
Geetha

0 Votes 0 ·
MichaBorkowski-6575 avatar image MichaBorkowski-6575 GeethaThatipatri-MSFT ·

Thank you for the answer.

Is there timeline available regarding Redis 7.0 support?

0 Votes 0 ·
Show more comments
BenjaminDupuis-6746 avatar image BenjaminDupuis-6746 GeethaThatipatri-MSFT ·

Hi,

Also Magento 2.4.4 need Redis 6.2

Best regards,

0 Votes 0 ·

Thank you for visiting Microsoft QA forums! Have a great day!

0 Votes 0 ·