二、启动

redis-cli

弹出Could not connect to Redis at 127.0.0.1:6379: Connection refused

三、redis-server

首先cd到redis.conf文件所在的文件夹,redis.conf文件在usr/local/etc目录下。

cd /usr/local/etc 

sudo redis-server ./redis.conf

OK

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2021-10-14
  • 2022-01-10
  • 2022-03-10
  • 2022-12-23
猜你喜欢
  • 2021-09-11
  • 2021-06-15
  • 2021-09-16
  • 2021-09-08
  • 2021-08-10
  • 2021-05-21
  • 2021-12-27
相关资源
相似解决方案