Skip to content

Commit 535ec23

Browse files
author
decobot
committed
fix(cache): treat LOADER_CACHE_REDIS_COMPRESSION=false as disabled
1 parent ef23a5e commit 535ec23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runtime/caches/redis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ function activeCodec(): number | null {
7575
return CODEC_LZ4;
7676
case undefined:
7777
case "":
78+
case "false":
7879
return null;
7980
default:
8081
// "zstd", "true", or any other truthy value → zstd (best ratio/CPU tradeoff)

0 commit comments

Comments
 (0)