You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis suggests running separate instances for different applications, and I am trying ot see how to accomplish this.
Right now, I have:
~ ➜ brew config ⚡▮▮▮▮▮▮▮▮▮▯ 13:05:39
HOMEBREW_VERSION: 4.1.19
ORIGIN: https://github.com/Homebrew/brew
HEAD: 7f745d04d90eaec76c8d5830d6ce6a0d7db888b3
Last commit: 4 days ago
Core tap JSON: 09 Nov 16:00 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_DISPLAY: /private/tmp/com.apple.launchd.0e06XWTw0h/org.xquartz:0
HOMEBREW_MAKE_JOBS: 16
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 16-core 64-bit kabylake
Clang: 14.0.3 build 1403
Git: 2.39.2 => /Applications/Xcode.app/Contents/Developer/usr/bin/git
Curl: 8.1.2 => /usr/bin/curl
macOS: 13.6-x86_64
CLT: 15.0.0.0.1.1694021235
Xcode: 14.3.1
~ ➜ brew services ⚡▮▮▮▮▮▮▮▮▮▯ 13:09:31
Name Status User File
bind none
docker-machine none
postgresql@14 none
redis started kvaradhan ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
unbound none root
vault started kvaradhan ~/Library/LaunchAgents/homebrew.mxcl.vault.plist
If I want to start a second instance, this doesn't work:
~ ➜ brew services start redis --file=~/Library/LaunchAgents/redis-my-db.plist ⚡▮▮▮▮▮▮▮▮▮▯ 13:16:11
Usage: brew services [subcommand]
Manage background services with macOS' launchctl(1) daemon manager or Linux's
systemctl(1) service manager.
...
neither does this:
~ ➜ brew services start my-redis --file=~/Library/LaunchAgents/redis-my-db.plist
Error: No available formula with the name "my-redis". Did you mean redis?
~ ➜ brew services start myredis --file=~/Library/LaunchAgents/redis-my-db.plist
Error: No available formula with the name "myredis". Did you mean redis or iredis?
How would I start a custom redis service instance for my application, or actually define my own service?
Thanks,
Kannan
The text was updated successfully, but these errors were encountered:
Redis suggests running separate instances for different applications, and I am trying ot see how to accomplish this.
Right now, I have:
If I want to start a second instance, this doesn't work:
neither does this:
How would I start a custom redis service instance for my application, or actually define my own service?
Thanks,
Kannan
The text was updated successfully, but these errors were encountered: