Skip to content

Differences between installation methods and missing modules #25

@geuis

Description

@geuis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions