当前位置:   article > 正文

linux下后台启动redis_linux 后台启动redis

linux 后台启动redis

方法一

redis根目录下执行命令:./redis-server &
加上&使redis以后台程序方式运行

方法二

修改配置文件redis.conf
在这里插入图片描述
no 修改为yes
启动:redis-server /xxx/xxx/xxx/redis.conf
redis-server跟redis.conf同级可以直接启动 redis-server

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/860271
推荐阅读
相关标签
  

闽ICP备14008679号