| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-08 | 841 Bytes | |
| v6.0 source code.tar.gz | 2025-10-08 | 57.8 kB | |
| v6.0 source code.zip | 2025-10-08 | 69.7 kB | |
| Totals: 3 Items | 128.4 kB | 0 | |
Added
- Laravel 12 and PHP 8.3 support
- Connection integration via DB::extend() for core drivers
- Auto-flush after migrations (MigrationsEnded event)
- Selectable Redis connection (lada-cache.redis_connection, default "cache")
Changed
- Pessimistic locks (lockForUpdate/sharedLock) bypass cache
- exists() uses cached select path when not locked
- Added invalidation for insertUsing/insertOrIgnoreUsing/updateFrom
- Tag sets self-heal on cache hits (idempotent SADD)
- Cache::flush() prefers non-blocking UNLINK (falls back to DEL)
Fixed
- No Redis initialization when disabled; flush command is a no-op when inactive
- Reflector detects joinSub tables and strips aliases across from/join/where
- Reflector handles Expression columns and improves UNION/EXISTS traversal
- exclude_tables respected by Manager