Previously when installing redis through brew install redis a service would get created that would run the redis server in the background. Is it possible to add that functionality to this new cask that runs redis-stack-server? Ex:
https://github.com/Homebrew/homebrew-core/blob/master/Formula/redis.rb#L41-L47
Thanks for this sweet cask!
Previously when installing redis through
brew install redisa service would get created that would run the redis server in the background. Is it possible to add that functionality to this new cask that runsredis-stack-server? Ex:https://github.com/Homebrew/homebrew-core/blob/master/Formula/redis.rb#L41-L47
Thanks for this sweet cask!