feat: Replace Predis with native Redis and implement auto DI
- Replaced the predis/predis library with the native PHP Redis extension.
- Implemented automatic dependency injection for the Redis connection in command objects.
- Any command with a $redis property will now have the Redis connection automatically injected.
- Disabled tests that relied on the old database implementation.