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

support objectEncoding, objectFreq, objectIdletime and objectRefcount… #1642

Conversation

alon-arenberg
Copy link
Collaborator

support objectEncoding, objectFreq, objectIdletime and objectRefcount with GlideString

@alon-arenberg alon-arenberg requested a review from a team as a code owner June 24, 2024 14:08
@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Jun 24, 2024
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

Add IT

@@ -4332,11 +4332,11 @@ public void objectEncoding_returns_null(BaseClient client) {
@ParameterizedTest(autoCloseArguments = false)
@MethodSource("getClients")
public void objectEncoding_returns_string_raw(BaseClient client) {
String stringRawKey = UUID.randomUUID().toString();
Copy link
Contributor

Choose a reason for hiding this comment

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

We should have both uses cases: String and GlideString

@Yury-Fridlyand Yury-Fridlyand merged commit 18b32fe into valkey-io:main Jun 26, 2024
12 checks passed
jduo pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 28, 2024
valkey-io#1642)

* support objectEncoding, objectFreq, objectIdletime and objectRefcount with GlideString

* add to integration tests the use of the API with GlideString parameters

* add binary version integration tests

* nit: spotlessApply

* fix use of GlideString in objectRefcount_returns_null

---------

Co-authored-by: Ubuntu <[email protected]>
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
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants