Handle reconnects with client-side caching

Also upgrades redis to fix a library bug
This commit is contained in:
Ajay
2024-02-06 00:52:42 -05:00
parent 14da10bd8a
commit 5b1b362bf0
3 changed files with 114 additions and 84 deletions

View File

@@ -31,7 +31,7 @@
"lz4-napi": "^2.2.0",
"pg": "^8.8.0",
"rate-limit-redis": "^3.0.1",
"redis": "^4.5.0",
"redis": "^4.6.13",
"seedrandom": "^3.0.5"
},
"devDependencies": {