Commit c0b39ea 1 parent ab35dfa commit c0b39ea Copy full SHA for c0b39ea
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ function check_warm_boot()
46
46
{
47
47
# FIXME: if we want to continue start option approach, then we need to add
48
48
# code here to support redis database query.
49
- # SYSTEM_WARM_START=`/usr/bin/redis-cli -n 4 hget "WARM_RESTART |system" enable`
50
- # SERVICE_WARM_START=`/usr/bin/redis-cli -n 4 hget "WARM_RESTART |${SERVICE}" enable`
49
+ # SYSTEM_WARM_START=`/usr/bin/redis-cli -n 6 hget "WARM_RESTART_ENABLE_TABLE |system" enable`
50
+ # SERVICE_WARM_START=`/usr/bin/redis-cli -n 6 hget "WARM_RESTART_ENABLE_TABLE |${SERVICE}" enable`
51
51
# SYSTEM_WARM_START could be empty, always make WARM_BOOT meaningful.
52
52
# if [[ x"$SYSTEM_WARM_START" == x"true" ]] || [[ x"$SERVICE_WARM_START" == x"true" ]]; then
53
53
# WARM_BOOT="true"
You can’t perform that action at this time.
0 commit comments