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 4c4e969 commit 5337cebCopy full SHA for 5337ceb
src/RedisStringsHandler.ts
@@ -41,7 +41,7 @@ setInterval(() => {
41
);
42
}
43
});
44
-}, 1000);
+}, 10);
45
46
export type CreateRedisStringsHandlerOptions = {
47
/** Redis redisUrl to use.
0 commit comments