mac-redis安装与使用时间:2020-12-24 15:05:21安装: brew install redis --------------- 使用: 启动redis-server: sudo redis-server 连接:./redis-cli -h 127.0.0.1 -p 6379