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: Replace instances of Redis with Valkey #2268

Conversation

jonathanl-bq
Copy link
Collaborator

No description provided.

Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
@jonathanl-bq jonathanl-bq added the java issues and fixes related to the java client label Sep 10, 2024
jonathanl-bq and others added 2 commits September 10, 2024 15:29
Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
@jonathanl-bq jonathanl-bq marked this pull request as ready for review September 10, 2024 22:29
@jonathanl-bq jonathanl-bq requested a review from a team as a code owner September 10, 2024 22:29
@@ -14,8 +14,8 @@ pub extern "system" fn Java_glide_ffi_FfiTest_createLeakedNil<'local>(
_env: JNIEnv<'local>,
_class: JClass<'local>,
) -> jlong {
let redis_value = Value::Nil;
Box::leak(Box::new(redis_value)) as *mut Value as jlong
let valkey_value = Value::Nil;
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit

Suggested change
let valkey_value = Value::Nil;
let resp_value = Value::Nil;

jonathanl-bq and others added 3 commits September 11, 2024 14:58
Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
Signed-off-by: Jonathan Louie <jonathanl@bitquilltech.com>
Signed-off-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
@jonathanl-bq jonathanl-bq merged commit 87b5848 into valkey-io:main Sep 11, 2024
13 checks passed
@acarbonetto acarbonetto mentioned this pull request Sep 14, 2024
10 tasks
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