Migrate to bull

This commit is contained in:
Chocobozzz
2018-07-10 17:02:20 +02:00
parent 2cdf27bae6
commit 94831479f5
21 changed files with 221 additions and 163 deletions

View File

@@ -8,5 +8,5 @@ for i in $(seq 1 6); do
rm -f "./config/local-test.json"
rm -f "./config/local-test-$i.json"
createdb -O peertube "peertube_test$i"
redis-cli KEYS "q-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
redis-cli KEYS "bull-localhost:900$i*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
done