Skip to content

Consider intermediate command interface in ConnectionSplittingInterceptor #2887

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

Closed
wants to merge 2 commits into from

Conversation

mp911de
Copy link
Member

@mp911de mp911de commented Apr 2, 2024

We now consider requests to command API objects such as RedisConnection.keyCommands() in ConnectionSplittingInterceptor to identify the correct command and route it accordingly.

Closes #2886

mp911de added 2 commits April 2, 2024 15:07
…eptor`.

We now consider requests to command API objects such as RedisConnection.keyCommands() in ConnectionSplittingInterceptor to identify the correct command and route it accordingly.
@mp911de mp911de added the type: regression A regression from a previous release label Apr 2, 2024
christophstrobl pushed a commit that referenced this pull request Apr 11, 2024
…eptor`.

We now consider requests to command API objects such as RedisConnection.keyCommands() in ConnectionSplittingInterceptor to identify the correct command and route it accordingly.

Closes: #2886
Original Pull Request: #2887
christophstrobl added a commit that referenced this pull request Apr 11, 2024
Avoid duplicate method lookup by keeping reference to Method.
Add missing native image hints for command proxies.

Original Pull Request: #2887
christophstrobl pushed a commit that referenced this pull request Apr 11, 2024
…eptor`.

We now consider requests to command API objects such as RedisConnection.keyCommands() in ConnectionSplittingInterceptor to identify the correct command and route it accordingly.

Closes: #2886
Original Pull Request: #2887
christophstrobl added a commit that referenced this pull request Apr 11, 2024
Avoid duplicate method lookup by keeping reference to Method.
Add missing native image hints for command proxies.

Original Pull Request: #2887
@christophstrobl christophstrobl deleted the issue/2886 branch April 11, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true
2 participants