解压之后,进入“redis-版本号” 目录  make 编译  ,make install 安装。

启动:进入redis-3.0.4 的bin目录下,  redis-server  /配置文件路径

关闭:redis-cli -p [端口号] shutdown

连接到redis  : redis-cli -h [主机ip] -p [端口] -a[密码]

在指定端口启动  : redis-server  [配置文件路径] --port [端口号]&

查看redis进程 : ps -ef|grep redis   或者   ps  aux|grep redis

相关文章:

  • 2021-07-07
  • 2022-01-30
  • 2022-12-23
  • 2021-06-25
  • 2021-07-14
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2021-05-09
  • 2022-01-22
  • 2021-10-20
  • 2021-12-19
  • 2021-07-20
  • 2022-03-01
相关资源
相似解决方案