fix: initialize redis client and pass it to hocuspocus (#5516)

* fix: initialize redis client and pass it to hocuspocus

* chore: renamed func

* fix: yarn lock
This commit is contained in:
M. Palanikannan 2024-09-04 16:35:01 +05:30 committed by GitHub
parent 20b1558dd7
commit 9f12d13dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 96 additions and 18 deletions

View file

@ -27,6 +27,7 @@
"express": "^4.19.2",
"express-ws": "^5.0.2",
"lodash": "^4.17.21",
"redis": "^4.7.0",
"y-prosemirror": "^1.2.9",
"y-protocols": "^1.0.6",
"yjs": "^13.6.14"