This commit is contained in:
Dave Horton
2024-11-19 09:38:19 -05:00
committed by GitHub
parent 50b249544e
commit 1cd526c684
4 changed files with 61 additions and 7 deletions

4
app.js
View File

@@ -67,6 +67,8 @@ const {
}, logger);
const {
client: redisClient,
addKey,
retrieveKey,
createSet,
retrieveSet,
addToSet,
@@ -108,6 +110,8 @@ srf.locals = {...srf.locals,
lookupSystemInformation
},
realtimeDbHelpers: {
addKey,
retrieveKey,
createSet,
incrKey,
decrKey,