forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/replace credes (valkey-io#2651)
* arrange typos and clean code Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Add support for re-authentication on NOAUTH error Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Add integration tests for password replacement in Redis connections Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Implement password replacement functionality in Client and StandaloneClient Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Add ReplaceConnectionPassword message to protobuf for password reset functionality Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Add replace_connection_password method to manage connection password updates Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Update CHANGELOG.md to include support for replacing connection configured password Signed-off-by: avifenesh <aviarchi1994@gmail.com> * Node: add repalceConnectionPassword method to manage connection password updates Signed-off-by: jhpung <jhpung.dev@gmail.com> Signed-off-by: avifenesh <aviarchi1994@gmail.com> --------- Signed-off-by: avifenesh <aviarchi1994@gmail.com> Signed-off-by: jhpung <jhpung.dev@gmail.com> Co-authored-by: jhpung <jhpung.dev@gmail.com>
- Loading branch information
Showing
23 changed files
with
1,098 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.