首页 > 系统服务 > 详细

linux中安装redis操作-非源码安装

时间:2021-02-02 23:33:10      阅读:43      评论:0      收藏:0      [点我收藏+]

1)安装redis-server
apt-get update 更新操作

apt-get install redis-server 安装redis服务

find / -name redis.conf 查找redis.conf所在路径,并把daemonize设置为yes,一般是:/etc/redis/redis.conf

技术分享图片

redis-server /etc/redis/redis.conf 启动redis服务,/etc/redis/redis.conf为配置文件redis.conf的路径

redis-cli 客户端连接
技术分享图片

linux中安装redis操作-非源码安装

原文:https://www.cnblogs.com/panjm/p/14364665.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!