
Desired Behavior
Redis 6.x or greater uses the Redis ACL system: https://redis.io/commands/auth
Thus an additional environmental parameter e.g. -e REDIS_USER is required to setup Netbox with this version. Otherwise the netbox container itself will fail as the auth. is no longer working correctly. It also causes that python3 process generates a high CPU load.
Current Behavior
Latest version which is compatible with the available parameter is version 5.0.14.
Alternatives Considered
Stay with version 5.0.14 and below as long as the additional parameter for a specific redis user is not provided (...or maybe I was not able to get it up and running with the "default" user and my specified redis password)