mirror of
https://github.com/wahyd4/hey-search.git
synced 2026-08-08 21:05:14 +10:00
- Add redis_url to SQLite settings table (persisted across restarts) - On startup, prefer DB-stored URL over REDIS_URL env var - Add reconnect_redis() to support live URL changes without restart - Settings API now accepts/returns redis_url field - Cache tab shows editable URL input with save button and connection status - Immediate feedback: shows Connected/Disconnected after save Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>