**Version**: 4.3.4 **Platform**: Python 3.8.10, AWS Elasticache, Redis 6 **Description**: When calling `await cluster.delete(key)`, some of our machines will throw a `KeyError` (e.g. `KeyError: 14097`) from this line: https://github.com/redis/redis-py/blob/bea00b16c8043397c6bb6f3df45d48bceefa685f/redis/asyncio/cluster.py#L1041 This isn't consistent, though. We load balance across 3 servers, and only 2 out of the 3 serve this error when it happens.