Skip to content

Commit

Permalink
chg: [kvrocks] j -4 install + update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 29, 2024
1 parent 896b411 commit a10119f
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 104 deletions.
5 changes: 1 addition & 4 deletions bin/LAUNCH.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function launch_all {

function menu_display {

options=("Redis" "Ardb" "Kvrocks" "Logs" "Scripts" "Flask" "Killall" "Update" "Update-config" "Update-thirdparty")
options=("Redis" "Kvrocks" "Logs" "Scripts" "Flask" "Killall" "Update" "Update-config" "Update-thirdparty")

menu() {
echo "What do you want to Launch?:"
Expand Down Expand Up @@ -630,9 +630,6 @@ function menu_display {
Redis)
launch_redis;
;;
Ardb)
launch_ardb;
;;
Kvrocks)
launch_kvrocks;
;;
Expand Down
Loading

0 comments on commit a10119f

Please sign in to comment.