-
Notifications
You must be signed in to change notification settings - Fork 67
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 JSON.SET and JSON.GET #2462
Conversation
I have added documentation change in #2372 |
f9a7e68
to
0fa5309
Compare
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Outdated
Show resolved
Hide resolved
a16554d
to
926677e
Compare
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.
GlideString support is TBD
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/GlideJson.java
Outdated
Show resolved
Hide resolved
926677e
to
1881895
Compare
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
ae856fc
to
91573c7
Compare
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/servermodules/Json.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptions.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/models/commands/json/JsonGetOptionsBinary.java
Show resolved
Hide resolved
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.
Please address Yury's comments
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.
LGTM assuming you don't forget addressing the rest comments.
Signed-off-by: James Xin <james.xin@improving.com>
Signed-off-by: James Xin <james.xin@improving.com>
Signed-off-by: James Xin <james.xin@improving.com>
Signed-off-by: James Xin <james.xin@improving.com>
Signed-off-by: James Xin <james.xin@improving.com>
Signed-off-by: James Xin <james.xin@improving.com>
c2a8321
to
710ed04
Compare
* Java: add JSON.SET and JSON.GET --------- Signed-off-by: James Xin <james.xin@improving.com>
* Java: add JSON.SET and JSON.GET --------- Signed-off-by: James Xin <james.xin@improving.com>
* Java: add JSON.SET and JSON.GET --------- Signed-off-by: James Xin <james.xin@improving.com>
Issue link
This Pull Request is linked to issue (URL): #2430
Checklist
Before submitting the PR make sure the following are checked: