We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce16792 commit 5986291Copy full SHA for 5986291
packages/nextjs-cache-handler/src/handlers/redis-strings.types.ts
@@ -39,7 +39,7 @@ export type CreateRedisStringsHandlerOptions<
39
/**
40
* Optional. The number of tags in a single query retrieved from Redis when scanning or searching for tags.
41
*
42
- * @default 100 // 100 tags
+ * @default 10_000 // 10,000 tags
43
44
* @remarks
45
* You can adjust this value to optimize the number of commands sent to Redis when scanning or searching for tags.
0 commit comments