【发布时间】:2018-01-10 21:53:49
【问题描述】:
我已经安装了redis
brew install redis
然后我从
开始brew services start redis
但是当运行时
redis-cli ping
我明白了:
Could not connect to Redis at 127.0.0.1:6379: Connection refused
当我跑步时
brew services list
我明白了:
Name Status User Plist
redis started clint /Users/clint/Library/LaunchAgents/homebrew.mxcl.redis.plist
但是当我在 Console.app 中查看 system.log 时,我每隔 10 秒就会看到一次:
com.apple.xpc.launchd[1] (homebrew.mxcl.redis[85774]): Service could not initialize: 17C205: xpcproxy + 11572 [1522][1729AB5E-4591-3F1B-AC72-36700ABA4F74]: 0xd
com.apple.xpc.launchd[1] (homebrew.mxcl.redis): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
有什么想法吗?
【问题讨论】: