Skip to content
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

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

cescoffier
Copy link
Member

Fix #34329

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.*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: remove wildcard imports

Copy link
Member

@machi1990 machi1990 left a 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.

@cescoffier cescoffier force-pushed the redis-custom-codec branch from cbdded4 to 6e7d4a1 Compare July 3, 2023 17:37
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 3, 2023

✔️ 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.

@machi1990 machi1990 merged commit 798f1ce into quarkusio:main Jul 4, 2023
@quarkus-bot quarkus-bot bot added the kind/enhancement New feature or request label Jul 4, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 4, 2023
@cescoffier cescoffier deleted the redis-custom-codec branch July 4, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redis key / value serializer
2 participants