mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
add db call as fallback
This commit is contained in:
parent
9ddbd12060
commit
b6cd9f305b
10 changed files with 71 additions and 40 deletions
|
|
@ -14,7 +14,7 @@ export async function createWebsite(user_id, data) {
|
|||
},
|
||||
})
|
||||
.then(async res => {
|
||||
if (process.env.REDIS_URL && res) {
|
||||
if (redis.client && res) {
|
||||
await redis.set(`website:${res.website_uuid}`, Number(res.website_id));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue