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 96332e6 commit e506acfCopy full SHA for e506acf
src/lib/session-manager.ts
@@ -1,4 +1,6 @@
1
-import type { RedisClientType } from 'redis';
+import { createClient } from 'redis';
2
+
3
+type RedisClientType = ReturnType<typeof createClient>;
4
5
export interface SessionManager {
6
sessionId: string;
0 commit comments