aprs.me/lib/aprsme_web/live/status_live
Graham McIntire ae14b120fa
Remove Redis/Cachex dependency, use pure ETS for caching
- Replace Cachex with native ETS (Erlang Term Storage) in Cache module
- Remove Redis-based caching logic from application.ex
- Always initialize ETS tables for device_cache, query_cache, symbol_cache
- Update StatusLive to use Aprsme.Cache instead of Cachex directly
- Fix crash on startup when REDIS_URL was set but Redis not used

This fixes the no_cache error that was causing pods to crash.
2025-10-24 17:12:38 -05:00
..
connection_card_component.ex clean up warnings 2025-07-16 08:55:46 -05:00
index.ex Remove Redis/Cachex dependency, use pure ETS for caching 2025-10-24 17:12:38 -05:00