mirror of
https://github.com/cassandra/home-information.git
synced 2026-04-17 13:08:36 -04:00
Developer docs mentioned Redis as a requirement without distinguishing between local development (where you install it yourself) and Docker deployment (where it is bundled and managed by supervisord). This caused confusion for a user who set up an external Redis server not realizing the Docker image already includes one. Closes #241