b391f28b0fa347f3990917145b9f7e88e8a26c62
[msb/apigateway.git] / msb-core / redis-ext / src / assembly / resources / redis / BGREWRITEAOF.bat
1 @REM\r
2 @REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
3 @REM\r
4 @REM Licensed under the Apache License, Version 2.0 (the "License");\r
5 @REM you may not use this file except in compliance with the License.\r
6 @REM You may obtain a copy of the License at\r
7 @REM\r
8 @REM         http://www.apache.org/licenses/LICENSE-2.0\r
9 @REM\r
10 @REM Unless required by applicable law or agreed to in writing, software\r
11 @REM distributed under the License is distributed on an "AS IS" BASIS,\r
12 @REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13 @REM See the License for the specific language governing permissions and\r
14 @REM limitations under the License.\r
15 @REM\r
16 @echo off\r
17 title close redis-server\r
18 @if not "%ECHO%" == ""  echo %ECHO%\r
19 @if "%OS%" == "Windows_NT"  setlocal\r
20 \r
21 set DIRNAME=.\r
22 \r
23 if "%OS%" == "Windows_NT" set DIRNAME=%~dp0%\r
24 \r
25 set HOME=%DIRNAME%\r
26 set _REDISCLIENT=%DIRNAME%redis-cli.exe\r
27 \r
28 \r
29 echo ================Redis config info =============================================\r
30 echo Redis_HOME=$HOME\r
31 echo TIP:This shell script rewrite the AOF file in the background!\r
32 echo ===============================================================================\r
33 \r
34 \r
35 cd /d "%HOME%"\r
36 echo @WORK_DIR@%HOME%\r
37 echo @C_CMD@ "%_REDISCLIENT%  -p 6379 BGREWRITEAOF"\r
38 %_REDISCLIENT%  -p 6379 BGREWRITEAOF\r
39 echo closing signal has been sent,stopping in background,WAIT...\r
40 timeout /t 2 /nobreak > nul  \r
41 exit\r