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
CORE: Persist Client Name Across Reconnections for CLIENT SETNAME Command (#4841)
* persist client name across reconnections for CLIENT SETNAME command
- Add client name update methods to Client, StandaloneClient, and cluster clients
- Intercept CLIENT SETNAME commands to update stored connection info
- Ensure client name persists through automatic reconnections
- Add comprehensive tests for client name persistence behavior
- Support both standalone and cluster connection modes
Signed-off-by: affonsov <[email protected]>
* added changelog
Signed-off-by: affonsov <[email protected]>
* clean up test
Signed-off-by: affonsov <[email protected]>
* refactored fucntion to not return value
clean up the test
Signed-off-by: affonsov <[email protected]>
* fix lint
Signed-off-by: affonsov <[email protected]>
* fix lint
Signed-off-by: affonsov <[email protected]>
---------
Signed-off-by: affonsov <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
20
20
* CORE: Fix SELECT Command Database Persistence Across Reconnections ([#4764](https://github.com/valkey-io/valkey-glide/issues/#4764))
21
21
* Rust: Updates the `install-rust-and-protoc` action to explicitly include the `rustfmt` and `clippy` components. ([#4816](https://github.com/valkey-io/valkey-glide/issues/4816))
22
+
* CORE: Persist Client Name Across Reconnections for CLIENT SETNAME Command. ([#4841](https://github.com/valkey-io/valkey-glide/pull/4841))
0 commit comments