I can see that the following redis config is supported:
REDIS_HOST
REDIS_USER
REDIS_PASSWORD
REDIS_PORT
REDIS_PROTOCOL
I think one big missing thing is something like REDIS_PREFIX
. When you want to use an external redis, it will be usually shared between multiple applications. To make sure your redis keys are unique, you want to use some sort of prefix for your keys so that your keys would not conflict with other apps’ keys.
That would be great if we could have this simple but essential feature added.