Ubuntu 安装redis
Posted 名刀
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装redis相关的知识,希望对你有一定的参考价值。
1. 安装redis服务端:
sudo apt-get install redis-server
2. 检查redis 服务状态
[email protected]10-100-101-204:/lib$ ps -aux|grep redis redis 29690 0.0 0.0 42688 11356 ? Ssl 05:41 0:00 /usr/bin/redis-server 0.0.0.0:6379 ubuntu 29703 0.0 0.0 10448 688 pts/7 S+ 05:41 0:00 grep --color=auto redis [email protected]-10-100-101-204:/lib$ netstat -nlt|grep 6379 tcp 0 0 0.0.0.0:6379 0.0.0.0:* LISTEN [email protected]-10-100-101-204:/lib$ sudo /etc/init.d/redis-server status redis-server is running
3. 启动redis 客户端
redis-cli
以上是关于Ubuntu 安装redis的主要内容,如果未能解决你的问题,请参考以下文章