mirror of
https://github.com/Rate-Limiting-Nullifier/Discreetly.git
synced 2026-01-08 20:18:04 -05:00
starting with redis
This commit is contained in:
@@ -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
1
start-redis.sh
Normal file
@@ -0,0 +1 @@
|
||||
docker run --name discreetly-redis -d redis redis-server --save 60 1 --loglevel warning
|
||||
Reference in New Issue
Block a user