Skip to content

Commit 36c2e06

Browse files
guitavanoclaude
andauthored
fix(cache): pin ioredis to exact version 5.10.1 (#1207)
Remove caret range to avoid unexpected minor/patch upgrades that could introduce breaking changes in the Redis cache layer. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 95db350 commit 36c2e06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/caches/redis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
withCacheNamespace,
77
} from "./utils.ts";
88
import { Buffer } from "node:buffer";
9-
import { Redis } from "npm:ioredis@^5.10.1";
9+
import { Redis } from "npm:ioredis@5.10.1";
1010
import { compress as lz4Compress, decompress as lz4Decompress } from "jsr:@denosaurs/lz4@^0.1.4";
1111
import {
1212
compress as zstdCompress,

0 commit comments

Comments
 (0)