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

feature: enhanced reference deserializer and on-demand reference cache #431

Conversation

bsbodden
Copy link
Contributor

@bsbodden bsbodden commented May 12, 2024

@reference fields can causes bursts of JSON.GET commands (N+1 type of problem) - this enables in-memory caching of the resolves references using Spring Caching mechanism.

Copy link

@guyroyse guyroyse left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@bsbodden bsbodden merged commit 48f9afa into redis:main May 14, 2024
4 checks passed
@bsbodden bsbodden deleted the bsb/improved-reference-deserializer-and-cache-gh403 branch May 14, 2024 15:18
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.

2 participants