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

Add client commands #767

Merged
merged 3 commits into from
Jan 7, 2023

Conversation

alfabetacain
Copy link
Contributor

Adds:

  • CLIENT SETNAME
  • CLIENT GETNAME
  • CLIENT ID

I'm not really sure how to test CLIENT ID. According to the redis docs (https://redis.io/commands/client-id/), it seems that it is just an arbitrary (if increasing) long. So the current test just exercises the method.

Adds:
- `CLIENT SETNAME`
- `CLIENT GETNAME`
- `CLIENT ID`
Copy link
Member

@gvolpe gvolpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! A minor change request, but it all looks good 👍🏽

Copy link
Member

@gvolpe gvolpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! 🚀

@gvolpe gvolpe enabled auto-merge (squash) January 7, 2023 13:19
auto-merge was automatically disabled January 7, 2023 18:12

Head branch was pushed to by a user without write access

@alfabetacain
Copy link
Contributor Author

The docs didn't compile, but it should be fixed now 😄

@gvolpe gvolpe enabled auto-merge (squash) January 7, 2023 20:20
@gvolpe gvolpe merged commit 2453993 into profunktor:series/1.x Jan 7, 2023
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.

None yet

2 participants