Files
crewAI/lib
Vinicius Brasil 2a204d10a6 Fix lock_store crash when redis package is not installed
`REDIS_URL` being set was enough to trigger a Redis lock, which would
raise `ImportError` if the `redis` package wasn't available. Added
`_redis_available()` to guard on both the env var and the import.
2026-03-18 14:39:11 -03:00
..
2026-03-18 09:30:05 -04:00