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: Add LASTSAVE command. #1297

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
https://redis.io/docs/latest/commands/lastsave/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Add `LASTSAVE` command.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

* PR comments.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

* PR comments.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

* PR comments.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

---------

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
…STSAVE

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Apr 16, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner April 16, 2024 23:04
glide-core/src/request_type.rs Outdated Show resolved Hide resolved
@@ -132,4 +133,9 @@ public CompletableFuture<String[]> time() {
return commandManager.submitNewCommand(
Time, new String[0], response -> castArray(handleArrayResponse(response), String.class));
}

@Override
public CompletableFuture<Long> lastsave() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not sure if this should be camel-case or left all lower-case?

Suggested change
public CompletableFuture<Long> lastsave() {
public CompletableFuture<Long> lastSave() {

Copy link
Collaborator Author

@Yury-Fridlyand Yury-Fridlyand Apr 17, 2024

Choose a reason for hiding this comment

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

All commands are in lowercase, except two-word commands like clientId, etc

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

Co-authored-by: Aaron <69273634+aaron-congo@users.noreply.github.com>
@Yury-Fridlyand Yury-Fridlyand merged commit 5d8548c into valkey-io:main Apr 17, 2024
45 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/integ_yuryf_LASTSAVE branch April 17, 2024 17:28
aaron-congo added a commit to Bit-Quill/valkey-glide that referenced this pull request Apr 22, 2024
* Add `LASTSAVE` command. (#222)

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Aaron <69273634+aaron-congo@users.noreply.github.com>
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Add `LASTSAVE` command. (#222)

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Aaron <69273634+aaron-congo@users.noreply.github.com>
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.

4 participants