摘要:
运行redis-server报错bash: redis-server: command not found 原因:这是因为在系统的/usr/bin目录下没有命令文件 解决方案: 将redis-server、redis-cli、redis-benchmark、redis-check-aof、redis 阅读全文
摘要:
# Redis configuration file example. 2 # 3 # Note that in order to read the configuration file, Redis must be 4 # started with the file path as first a 阅读全文