jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
198 B

1 year ago
  1. chcp 65001
  2. cd /d Z:\redis
  3. @start redis-server.exe --service-install redis.windows.conf --loglevel verbose
  4. @ping 127.0.0.1 -n 11 > null
  5. @net stop redis
  6. @net start redis
  7. @echo redis初始化完成