]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/server/test.sh
Merge branch 'release/v1.2.0'
[github/Chocobozzz/PeerTube.git] / scripts / clean / server / test.sh
index 235ff52cc31f909694a2d7ee3fa7b983265b6d7c..b897c30baf8e34005477bd7fef835e399348dde9 100755 (executable)
@@ -18,6 +18,7 @@ removeFiles () {
 
 dropRedis () {
   redis-cli KEYS "bull-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
+  redis-cli KEYS "redis-localhost:900$1*" | grep -v empty | xargs --no-run-if-empty redis-cli DEL
 }
 
 for i in $(seq 1 6); do