starting with redis

This commit is contained in:
2023-06-30 15:59:46 -04:00
parent f2ea89d4b8
commit 43478d481b
2 changed files with 4 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
"@vueuse/core": "^10.2.1",
"bootstrap": "^5.3.0",
"pinia": "^2.1.4",
"socket.io-client": "^4.6.2"
"socket.io-client": "^4.6.2",
"unstorage": "^1.7.0"
}
}
}

1
start-redis.sh Normal file
View File

@@ -0,0 +1 @@
docker run --name discreetly-redis -d redis redis-server --save 60 1 --loglevel warning