refined the method for syncing call count updates and added debugging (#189)

* refined the method for syncing call count updates and added debugging

* include callId in debug key

* fix debug key name
This commit is contained in:
Dave Horton
2025-02-05 13:00:13 -05:00
committed by GitHub
parent 25415c0be9
commit 0ba5cb53bb
4 changed files with 117 additions and 25 deletions

2
app.js
View File

@@ -68,6 +68,7 @@ const {
const {
client: redisClient,
addKey,
deleteKey,
retrieveKey,
createSet,
retrieveSet,
@@ -111,6 +112,7 @@ srf.locals = {...srf.locals,
},
realtimeDbHelpers: {
addKey,
deleteKey,
retrieveKey,
createSet,
incrKey,