I've made the following changes:
- 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.
- Updated README.md with new instructions.