Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add client info command #2483

Merged
merged 3 commits into from
Apr 24, 2023
Merged

feat: add client info command #2483

merged 3 commits into from
Apr 24, 2023

Conversation

monkey92t
Copy link
Collaborator

We can also consider improving client list in the future.

fix #2482

Signed-off-by: monkey92t <golang@88.com>
command.go Show resolved Hide resolved
@vmihailenco
Copy link
Collaborator

I would merge this as is since struct is much more convenient to use then map[string]string and we can change it in a backwards compatible manner.

I would also consider not adding this API at all since it will break a lot and will require some efforts to maintain.

@chayim what do you think?

vmihailenco
vmihailenco previously approved these changes Apr 19, 2023
Signed-off-by: monkey92t <golang@88.com>
Signed-off-by: monkey92t <golang@88.com>
@monkey92t monkey92t mentioned this pull request Apr 22, 2023
@monkey92t
Copy link
Collaborator Author

Nobody is objecting to it at the moment, so we will merge it.

@monkey92t monkey92t merged commit b8c7317 into redis:master Apr 24, 2023
4 checks passed
@monkey92t monkey92t deleted the client_info branch April 24, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLIENT INFO missing
3 participants