Skip to content

Conversation

devrabie
Copy link
Owner

  • 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.
? !
Type bug / feature / improvement
BC Break yes / no
Fixed issues

Summary

- 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.
- 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.
@devrabie devrabie merged commit fe86636 into develop Jul 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant