Skip to content

Commit 5986291

Browse files
authored
chore: change default tag retrieval limit to 10,000 (#148)
Updated the default value for the number of tags retrieved from Redis in the redis-strings.types.ts file.
1 parent ce16792 commit 5986291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs-cache-handler/src/handlers/redis-strings.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type CreateRedisStringsHandlerOptions<
3939
/**
4040
* Optional. The number of tags in a single query retrieved from Redis when scanning or searching for tags.
4141
*
42-
* @default 100 // 100 tags
42+
* @default 10_000 // 10,000 tags
4343
*
4444
* @remarks
4545
* You can adjust this value to optimize the number of commands sent to Redis when scanning or searching for tags.

0 commit comments

Comments
 (0)