Running against Azure Managed Redis with its default clustering policy "OSSCluster" we see failures with redis.exceptions.MovedError
Apparently the solution should be to use a cluster-aware client, as in from redis.cluster import RedisCluster etc
(See also: https://learn.microsoft.com/en-nz/answers/questions/5612078/having-issues-with-redis-clustering-on-azure-manag)