mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 08:36:10 +02:00
Fix bug in redis library;
This commit is contained in:
@@ -14,4 +14,6 @@ const email: redis.RedisClientType = createClient({
|
|||||||
url: "redis://localhost:6379",
|
url: "redis://localhost:6379",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
email.connect();
|
||||||
|
|
||||||
export const emailClient = createAsyncClient(email);
|
export const emailClient = createAsyncClient(email);
|
||||||
|
|||||||
Reference in New Issue
Block a user