Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't launchctl start redis #4

Open
mcho421 opened this issue Oct 4, 2015 · 0 comments
Open

Can't launchctl start redis #4

mcho421 opened this issue Oct 4, 2015 · 0 comments

Comments

@mcho421
Copy link

mcho421 commented Oct 4, 2015

When I try to launchctl start redis, it complains there is no such process:

$ launchctl start ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
launchctl start error: No such process

I saw <key>RunAtLoad</key> in the plist, so maybe that is related?

More info:

$ brew info redis
redis: stable 3.0.4 (bottled), HEAD
Persistent key-value database, with built-in net interface
http://redis.io/
/usr/local/Cellar/redis/3.0.4 (10 files, 908K) *
  Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/redis.rb
==> Options
--with-jemalloc
    Select jemalloc as memory allocator when building Redis
--HEAD
    Install HEAD version
==> Caveats
To reload redis after an upgrade:
  launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
  launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Or, if you don't want/need launchctl, you can just run:
  redis-server /usr/local/etc/redis.conf
$ redis-server -v
Redis server v=3.0.4 sha=00000000:0 malloc=libc bits=64 build=d707083af9e6dcff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant