From 509b032a5332c3432e905ee740add3a51c25be9f Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 3 Jun 2026 22:02:48 +0200 Subject: [PATCH] Set Redis extension to not compile by default. No code changes. (0.42.0) --- cmake/Extensions/REDIS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Extensions/REDIS.cmake b/cmake/Extensions/REDIS.cmake index a975621..eb48b9e 100644 --- a/cmake/Extensions/REDIS.cmake +++ b/cmake/Extensions/REDIS.cmake @@ -1,5 +1,5 @@ # Redis (hiredis) -option(FUN_WITH_REDIS "Enable Redis (hiredis) support" ON) +option(FUN_WITH_REDIS "Enable Redis (hiredis) support" OFF) set(HIREDIS_INCLUDE_DIRS "") set(HIREDIS_LINK_LIBS "") if(FUN_WITH_REDIS)