浏览代码

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"

正在加载...
取消
保存