Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 946 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 946 Bytes

.github/workflows/integration.yml

redis-stack homebrew

Installation

Enable the repostiory:

brew tap redis-stack/redis-stack

Install redis-stack

brew install --cask redis-stack

Upgrading

To upgrade redis-stack server:

brew upgrade redis-stack-server

To upgrade redisinsight:

brew upgrade redis-stack-redisinsight

By default redis-stack will have no password, Redis Stack supports the ability to configure multiple named users, each with their own password and access control configuration. Refer to the Redis Access Control List documentation for more information. Alternatively the configuration file can be edited and the requirepass directive added.