Skip to content

Commit

Permalink
Merge fixups
Browse files Browse the repository at this point in the history
Signed-off-by: ikolomi <[email protected]>
  • Loading branch information
ikolomi committed Dec 5, 2024
1 parent f2183cb commit bdd226d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion benchmarks/rust/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0
*/

#[cfg(not(target_env = "msvc"))]
use tikv_jemallocator::Jemalloc;

Expand Down
1 change: 0 additions & 1 deletion go/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use std::{
ffi::{c_void, CString},
mem,
os::raw::{c_char, c_double, c_long, c_ulong},
ptr,
};
use tokio::runtime::Builder;
use tokio::runtime::Runtime;
Expand Down
14 changes: 0 additions & 14 deletions node/tests/GlideClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,20 +406,6 @@ describe("GlideClusterClient", () => {
const client = await GlideClusterClient.createClient(
getClientConfigurationOption(cluster.getAddresses(), protocol),
);
const lmpopArr = [];

if (!cluster.checkIfServerVersionLessThan("7.0.0")) {
lmpopArr.push(
client.lmpop(["abc", "def"], ListDirection.LEFT, {
count: 1,
}),
);
lmpopArr.push(
client.blmpop(["abc", "def"], ListDirection.RIGHT, 0.1, {
count: 1,
}),
);
}

const promises: Promise<unknown>[] = [
client.blpop(["abc", "zxy", "lkn"], 0.1),
Expand Down

0 comments on commit bdd226d

Please sign in to comment.