Update packages/backend-defaults/src/entrypoints/cache/CacheManager.ts

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-29 14:07:21 +02:00
committed by GitHub
parent ff6c666a31
commit a0a9e35a05
@@ -81,7 +81,7 @@ export class CacheManager {
if (config.has('backend.cache.useRedisSets')) {
logger?.warn(
"The 'backend.cache.useRedisSets' configuration key is deprecated and no longer has any effect. The underlying '@keyv/redis' and '@keyv/redis' libraries no longer support redis sets.",
"The 'backend.cache.useRedisSets' configuration key is deprecated and no longer has any effect. The underlying '@keyv/redis' and '@keyv/valkey' libraries no longer support redis sets.",
);
}