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

Java: Script Commands #2261

Merged
merged 8 commits into from
Sep 13, 2024

Conversation

tjzhang-BQ
Copy link
Collaborator

@tjzhang-BQ tjzhang-BQ commented Sep 10, 2024

PR implementing Script FLUSH, Script EXISTS and SCRIPT KILL in Java

TODO List:

  • Changelog
  • Adding submitScript variant with Route argument
  • Adding InvokeScript APIs with Route argument and tests
  • Adding SCRIPT EXISTS
  • Adding SCRIPT FLUSH
  • Adding SCRIPT KILL

@tjzhang-BQ tjzhang-BQ added the java issues and fixes related to the java client label Sep 10, 2024
@tjzhang-BQ tjzhang-BQ force-pushed the java/VALKEY-188-script-exists branch 2 times, most recently from 2719b0b to 0bd59c5 Compare September 11, 2024 01:19
@Yury-Fridlyand
Copy link
Collaborator

Keep in mind #2277 - testing script on replica may fail

@tjzhang-BQ tjzhang-BQ marked this pull request as ready for review September 12, 2024 00:16
@tjzhang-BQ tjzhang-BQ requested a review from a team as a code owner September 12, 2024 00:16
@tjzhang-BQ tjzhang-BQ force-pushed the java/VALKEY-188-script-exists branch 2 times, most recently from e189b15 to 2ea2850 Compare September 12, 2024 01:40
@Yury-Fridlyand Yury-Fridlyand added the breaking breaking changes label Sep 12, 2024
Signed-off-by: TJ Zhang <[email protected]>
@tjzhang-BQ tjzhang-BQ removed the breaking breaking changes label Sep 12, 2024
Signed-off-by: TJ Zhang <[email protected]>
@tjzhang-BQ tjzhang-BQ merged commit 3092db4 into valkey-io:main Sep 13, 2024
13 checks passed
@tjzhang-BQ tjzhang-BQ deleted the java/VALKEY-188-script-exists branch September 13, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues and fixes related to the java client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants