mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
initialize redis
This commit is contained in:
parent
cbee86dfb6
commit
d72943d9e0
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user