-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 0f95012
authored
feat: add Redis username authentication support (#66)
- Add username config option to Redis configuration
- Support both username+password and password-only auth methods
- Maintain backward compatibility with existing password-only setups
- Improve error messages for authentication failures
Signed-off-by: Sanil Shrestha <sanil.shrestha@formbay.com.au>1 parent 19f8292 commit 0f95012
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | + | ||
44 | + | ||
45 | + | ||
43 | 46 |
| |
44 | 47 |
| |
45 | - | ||
48 | + | ||
46 | 49 |
| |
47 | 50 |
| |
48 | 51 |
| |
|
0 commit comments