initialize redis

This commit is contained in:
SrGooglo 2023-06-23 21:32:26 +00:00
parent cbee86dfb6
commit d72943d9e0

View File

@ -77,6 +77,8 @@ export default class Server {
initialize = async () => { initialize = async () => {
const startHrTime = process.hrtime() const startHrTime = process.hrtime()
await this.redis.initialize()
await this.websocketServer.initialize() await this.websocketServer.initialize()
await this.__registerInternalMiddlewares() await this.__registerInternalMiddlewares()