Add support for CLIENT SETINFO#2553
Conversation
SoulPancake
commented
Apr 19, 2023
- Fixes Add support for new redis command CLIENT SETINFO #2520
|
@monkey92t Would we consider merging #2483 before continuing on this |
|
CLIENT-SETINFO is similar to #2492, it represents the state of the connection, not just the command. What do you think we should do? |
|
According to the docs |
|
It is tied to the network connection... client -> call cmd -> conn-1 -> client setinfo lib-name test-name Because we only set lib-name for conn-1, when we execute client-info, unless we are lucky and conn-1 is selected in the connection pool, we cannot get the value of lib-name |