How do I enable database level authentication in redis deployment

46 Views Asked by At

I am using redis cluster deployment in the Kubernetes. I would like to enable authentication for database level (I assume redis supports multiple databases with in the cluster.)

1

There are 1 best solutions below

4
On

Redis Cluster does not support multiple databases like the standalone version of Redis.

Moreover, for what it's worth, enabling authentication for database level, irrespective of the mode (standalone/sentinel/cluster), is not supported (yet).