0.7.1 (2026-07-29)
Bug Fixes
0.7.0 (2026-07-29)
Features
- add managed: :forcola backend for guaranteed redis-server teardown (#33) (b246c51)
- add structured Redis module loading (#37) (262cc17)
0.6.1 (2026-04-15)
Bug Fixes
0.6.0 (2026-04-14)
Features
Bug Fixes
- detect non-RESP peers in wait_for_ready and move Cluster default off 7000 (#25) (fa7d7dd)
- reject Server.start_link when port is already bound (#26) (c50537d)
- stop killing "stale" daemons in unmanaged mode (#28) (c7fce5e)
0.5.0 (2026-04-08)
Features
0.4.1 (2026-04-06)
Bug Fixes
0.4.0 (2026-04-06)
Features
0.3.0 (2026-04-02)
Features
Bug Fixes
- match on {:ok, "ERR..."} since redis-cli exits 0 for Redis errors (#10) (d07a699), closes #9
- trigger_failover auto-falls back to FORCE when master is down (#8) (c36ca3c), closes #7