-
Notifications
You must be signed in to change notification settings - Fork 0
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
Java: Add Zmscore command. (Sorted Set Command Group) #173
Java: Add Zmscore command. (Sorted Set Command Group) #173
Conversation
@@ -34,6 +34,7 @@ | |||
* Core: Enabled Cluster Mode periodic checks by default ([#1089](https://github.com/aws/glide-for-redis/pull/1089)) | |||
* Node: Added Rename command. ([#1124](https://github.com/aws/glide-for-redis/pull/1124)) | |||
* Python: Added JSON.TOGGLE command ([#1184](https://github.com/aws/glide-for-redis/pull/1184)) | |||
* Java: Added ZMSCORE command (TODO ADD HERE PR #) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to mention java here, but maybe core. awaiting for AWS team to reply whether we need to record that here or not.
@@ -135,6 +135,7 @@ enum RequestType { | |||
Rename = 91; | |||
DBSize = 92; | |||
Brpop = 93; | |||
ZMScore = 94; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
94 is already occupied by a PR on upstream => you will have a conflict
Pick another number. 99 is the next free AFAIK
73cd123
into
java/integ_SanH_add_Zmscore
* Java: Add Zmscore command. (Sorted Set Command Group) (#173) * Minor update + remove change log. * Minor documentation update. * Minor IT update. * Rebase + Spotless. * Minor IT test update.
* Java: Add Zmscore command. (Sorted Set Command Group) (#173) * Minor update + remove change log. * Minor documentation update. * Minor IT update. * Rebase + Spotless. * Minor IT test update.
* Java: Add Zmscore command. (Sorted Set Command Group) (#173) * Minor update + remove change log. * Minor documentation update. * Minor IT update. * Rebase + Spotless. * Minor IT test update.
…client to properly take received IPs when DNS is expanded #173 Signed-off-by: barshaul <[email protected]>
No description provided.