0.7.1 (2026-07-29)

Bug Fixes

  • allow immediate managed Redis restarts (#43) (77d54df)

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

  • propagate :managed option through Cluster and Sentinel (#19) (5e14774)

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

  • add redis-stack-server support with auto module detection (#17) (e48a0d3)

0.4.1 (2026-04-06)

Bug Fixes

  • add stale process cleanup to managed mode and guard Port.close (#14) (5cf69ac)

0.4.0 (2026-04-06)

Features

  • add managed option for Port-based process lifecycle (#12) (6be3284)

0.3.0 (2026-04-02)

Features

  • add Chaos module for fault injection (#5) (bd7bd78)

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

0.2.0 (2026-04-02)

Features

  • prepare for hex.pm publication (#1) (0dbc557)