mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-04 00:26:07 +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",
|
||||
});
|
||||
|
||||
email.connect();
|
||||
|
||||
export const emailClient = createAsyncClient(email);
|
||||
|
||||
Reference in New Issue
Block a user