bcc44fd44a7d0955516ed27759c4d62ce3b7a561
InitRedis now takes a username and password, read from REDIS_USERNAME and REDIS_PASSWORD, matching what admin has always done. Both empty keeps an unauthenticated Redis working; a password with an empty username is what a legacy requirepass instance needs, since go-redis then sends AUTH with one argument instead of two. This is what lets a Kubernetes install point at a managed Redis instead of the bundled one.
Description
No description provided
493 KiB
Languages
CSS
46.1%
TypeScript
45.2%
Dockerfile
8.7%