aprs.me/lib/aprsme_web
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
..
components Remove all external dependencies and Sentry integration 2025-10-03 12:53:47 -05:00
controllers refactor: Remove CachedQueries and rename optimized functions 2025-07-30 13:17:56 -05:00
live Remove Redis/Cachex dependency, use pure ETS for caching 2025-10-24 17:12:38 -05:00
plugs more redis cleanup 2025-10-22 16:30:04 -05:00
aprs_symbol.ex improve dialyzer 2025-10-13 10:02:15 -05:00
endpoint.ex Remove all external dependencies and Sentry integration 2025-10-03 12:53:47 -05:00
gettext.ex more languages 2025-07-06 10:08:58 -05:00
router.ex feat: Implement direct station URLs with persistent latest packet display 2025-07-30 12:56:05 -05:00
telemetry.ex Fix TelemetryMetricsPrometheus buckets configuration properly 2025-07-27 14:24:25 -05:00
time_helpers.ex improve dialyzer 2025-10-13 10:02:15 -05:00
time_utils.ex improve dialyzer 2025-10-13 10:02:15 -05:00
user_auth.ex improve dialyzer 2025-10-13 10:02:15 -05:00
weather_units.ex Add missing type specifications to improve type safety 2025-07-30 13:40:14 -05:00