首先更新源
sudo apt-get update
安装命令:
sudo apt-get install redis-server
查看tcp 连接
netstat -ap | grep 6379
启动:
服务:redis-server
客户端: redis-cli