Files
mozo-backend/config/initializers
BenClaw 3e4bcc80c8 feat(counter): add Redis counter adapter, replace DrbCounter
- Add Mozo::Counter::Redis with same get/set/incr/decr interface
- Add redis gem (~> 5.0) to Gemfile
- Update cable.yml to use Redis adapter in production (shared with counters)
- Document DrbCounter → Redis migration in broadcasting-migration.md
- Redis installed and running on vmi3300327
- Leave Faye as current broadcaster; both switches are one-line changes

DrbCounter problems solved:
  - In-memory → persistent (RDB + AOF)
  - Single-process DRb → multi-process safe Redis
  - Atomic INCR/DECR across Puma workers
  - One less custom process to manage
2026-05-17 16:42:09 +02:00
..
2012-08-22 18:15:37 +02:00
2026-03-28 18:23:35 -05:00
2015-09-21 15:22:43 +02:00
2012-08-22 18:15:37 +02:00
2015-02-27 11:09:16 +01:00
2012-08-22 18:15:37 +02:00
2013-12-17 09:41:35 +01:00
2026-02-10 11:38:56 -05:00
2025-11-02 19:50:08 -05:00
2025-09-20 17:35:58 -05:00
2025-09-20 17:35:58 -05:00
2012-08-22 18:15:37 +02:00