2 Commits

Author SHA1 Message Date
Tomas Dvorak f3a835caa2 feat: fully integrate DragonflyDB with application
- Add Redis client initialization with DragonflyDB connection
- Update session middleware to use DragonflyDB with fallback to memory
- Update cache middleware to use DragonflyDB for persistent caching
- Add proper error handling and connection timeouts
- Implement session storage in DragonflyDB with 24-hour expiration
- Add cache invalidation middleware for DragonflyDB
- Maintain backward compatibility with in-memory fallbacks
2026-03-03 12:46:18 +01:00
Tomas Dvorak d27cf14110 first test 2026-02-08 14:14:55 +01:00