瀏覽代碼

add flush redis to reset_bubble_full

tags/v1.5.4
Jonathan Cobb 4 年之前
父節點
當前提交
c58fb5dd03
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      bin/reset_bubble_full

+ 3
- 0
bin/reset_bubble_full 查看文件

@@ -43,4 +43,7 @@ echo "> removed: ${BUBBLE_CLOUD_DATA_DIR}"

dropdb bubble && echo "> dropped database: bubble" || echo "! error: dropping bubble database"

echo "FLUSHALL" | redis-cli || echo "! error: flushing redis"
echo "> flushed redis"

echo "+++ Bubble Reset Complete"

Loading…
取消
儲存