I'm on MacOS 15.6 and trying to install Redis via homebrew but I'm seeing different results depending on the method.
Using brew install redis
- Installs latest v8.2.1
- Able to manage redis as a service using
brew services
- Does NOT install the redisearch.so module.
Using cask method
brew tap redis/redis
brew install --cask redis
- Installs latest v8.2.1
- NOT able to manage redis as a service using
brew services
- DOES install the redisearch.so module.
Google search has basically become useless these days. As such I have not had success in finding documentation on the install behavior that I'm seeing.
- Redis-stack has deprecation warnings and that all of those features have been rolled into v8.2.
- Why is there more than one way to install redis via homebrew and why do they provide different results?
As a general critique that maybe will make its way up the feedback pipeline, the current Redis product offerings are not being communicated in a simple, clear way.
I'm on MacOS 15.6 and trying to install Redis via homebrew but I'm seeing different results depending on the method.
Using
brew install redisbrew servicesUsing cask method
brew servicesGoogle search has basically become useless these days. As such I have not had success in finding documentation on the install behavior that I'm seeing.
As a general critique that maybe will make its way up the feedback pipeline, the current Redis product offerings are not being communicated in a simple, clear way.