-
Notifications
You must be signed in to change notification settings - Fork 53
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: Script Commands #2261
Merged
tjzhang-BQ
merged 8 commits into
valkey-io:main
from
Bit-Quill:java/VALKEY-188-script-exists
Sep 13, 2024
Merged
Java: Script Commands #2261
tjzhang-BQ
merged 8 commits into
valkey-io:main
from
Bit-Quill:java/VALKEY-188-script-exists
Sep 13, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tjzhang-BQ
force-pushed
the
java/VALKEY-188-script-exists
branch
2 times, most recently
from
September 11, 2024 01:19
2719b0b
to
0bd59c5
Compare
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsBaseCommands.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsBaseCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
Keep in mind #2277 - testing script on replica may fail |
tjzhang-BQ
force-pushed
the
java/VALKEY-188-script-exists
branch
2 times, most recently
from
September 12, 2024 01:40
e189b15
to
2ea2850
Compare
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
java/integTest/src/test/java/glide/standalone/CommandTests.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
tjzhang-BQ
force-pushed
the
java/VALKEY-188-script-exists
branch
from
September 12, 2024 19:45
668c132
to
e91a553
Compare
Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
This reverts commit 149f415. Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: TJ Zhang <[email protected]>
tjzhang-BQ
force-pushed
the
java/VALKEY-188-script-exists
branch
from
September 12, 2024 20:11
e91a553
to
3038c53
Compare
Signed-off-by: TJ Zhang <[email protected]>
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
java/client/src/main/java/glide/api/commands/ScriptingAndFunctionsClusterCommands.java
Outdated
Show resolved
Hide resolved
Signed-off-by: TJ Zhang <[email protected]>
Yury-Fridlyand
approved these changes
Sep 12, 2024
Signed-off-by: TJ Zhang <[email protected]>
yipin-chen
approved these changes
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR implementing Script FLUSH, Script EXISTS and SCRIPT KILL in Java
TODO List:
submitScript
variant withRoute
argumentInvokeScript
APIs withRoute
argument and testsSCRIPT EXISTS
SCRIPT FLUSH
SCRIPT KILL