You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DB/password config for backends and ignore SELECT/AUTH commands
- Add PrimaryDB, PrimaryPassword, SecondaryDB, SecondaryPassword to ProxyConfig
- Add DB and Password fields to BackendOptions, passed to go-redis client
- Add CLI flags: -primary-db, -primary-password, -secondary-db, -secondary-password
- Silently accept SELECT and AUTH commands (return OK without forwarding)
since DB/auth are configured at the connection-pool level
0 commit comments