distribution/configuration
chlins 32a476b840 feat: added support for redis username configuration
Redis introduced an Access Control List (ACL) mechanism since version 6.0. This commit implements the necessary changes to support configuring the username for Redis. Users can now define a specific username to authenticate with Redis and enhance security through the ACL feature.

Signed-off-by: chlins <chenyuzh@vmware.com>
2023-08-04 15:06:12 +08:00
..
configuration.go feat: added support for redis username configuration 2023-08-04 15:06:12 +08:00
configuration_test.go feat: added support for redis username configuration 2023-08-04 15:06:12 +08:00
fuzz_test.go Fuzzing: Rewrite existing fuzzers to native go fuzzers 2022-11-12 17:30:10 +00:00
parser.go replace strings.Split(N) for strings.Cut() or alternatives 2022-11-10 22:38:12 +01:00
parser_test.go remove dot-imports for gopkg.in/check.v1 2023-04-29 17:08:47 +02:00