From f3b8866edf4ca4d5260b76609f0d5670244d74d3 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Tue, 27 May 2025 16:23:52 +0200 Subject: [PATCH] Add futures features to Redis --- crates/store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/store/Cargo.toml b/crates/store/Cargo.toml index 533b7641..b5654780 100644 --- a/crates/store/Cargo.toml +++ b/crates/store/Cargo.toml @@ -76,7 +76,7 @@ azure = ["azure_core", "azure_storage", "azure_storage_blobs"] elastic = ["elasticsearch", "serde_json"] # In-memory stores -redis = ["dep:redis", "deadpool"] +redis = ["dep:redis", "deadpool", "futures"] # Pubsub nats = ["async-nats"]