-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Redis custom codec support #34486
Conversation
import static io.quarkus.redis.client.deployment.RedisClientProcessor.REDIS_CLIENT_ANNOTATION; | ||
import static io.quarkus.redis.client.deployment.RedisClientProcessor.configureAndCreateSyntheticBean; | ||
import static io.quarkus.redis.client.deployment.RedisClientProcessor.configuredClientNames; | ||
import static io.quarkus.redis.client.deployment.RedisClientProcessor.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove wildcard imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks @cescoffier
I've left one nit suggestion, should be good to merge once that is addressed and the test passes.
cbdded4
to
6e7d4a1
Compare
🙈 The PR is closed and the preview is expired. |
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Fix #34329