摘要: Redis在CentOS下开机自启 创建脚本文件 新建文件 vim /etc/init.d/redis 编写脚本 #!/bin/sh # chkconfig: 2345 10 90 # description: Start and Stop redis # 端口号 REDISPORT=6379 # 阅读全文
posted @ 2021-04-27 14:47 Helios_Fz 阅读(169) 评论(0) 推荐(0)