diff --git a/lib/queue-factory.ts b/lib/queue-factory.ts index bd0ce61..41521c6 100644 --- a/lib/queue-factory.ts +++ b/lib/queue-factory.ts @@ -35,7 +35,9 @@ const getQueueKeys = async (client: Redis | Cluster) => { "MATCH", "*:*:id", "COUNT", - maxCount + maxCount, + "TYPE", + "string" ); cursor = nextCursor;