Add futures features to Redis

This commit is contained in:
mdecimus
2025-05-27 16:23:52 +02:00
parent 74e13aae46
commit f3b8866edf

View File

@@ -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"]