Hi magento community,
I am currently working on setting up high availablity HA architecture with Redis for magento 2 store would appreciate guidance on best practices for using Redis in this setup
1)Default cache
2)Page cache
3)Session cache
I have a fev quetions
1. Does magento officially support Redis in a HA configuration eg. Redis sentinal or Standalone
2.are there any limitations when using Redis for all theree cache types in a distributed environments
3.what are the recomended configuration for Redis sentinal or standalone
4.Is there any documentstion or coummunity around load balancing Redis for magento 2
5.How does magento behave during a redis failover ? Are there any known issue with session loss or cache curruption?
6.is it possible to configure automatic fallback to file based cache/session if redis becomes unavailable?
any insight, documentstion links,or shared experience would be greatly appreciated