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

Deprecated default functions in DefaultedRedisConnection #2998

Open
mjimani opened this issue Sep 16, 2024 · 2 comments
Open

Deprecated default functions in DefaultedRedisConnection #2998

mjimani opened this issue Sep 16, 2024 · 2 comments
Assignees
Labels
status: on-hold We cannot start working on this issue yet status: waiting-for-triage An issue we've not yet triaged

Comments

@mjimani
Copy link

mjimani commented Sep 16, 2024

DefaultedRedisConnection class was deprecated. It is recommended to replace functions using the RedisKeyCommands class.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 16, 2024
@mp911de mp911de added the status: on-hold We cannot start working on this issue yet label Sep 16, 2024
@mp911de mp911de self-assigned this Sep 16, 2024
@mp911de
Copy link
Member

mp911de commented Sep 16, 2024

We're using the deprecated default method arrangement for quite a while now. We eventually want to remove all deprecated forwarding as it adds to our complexity of use. However, such a refactoring would potentially cause a lot of effort in the calling code. Therefore, we're looking forward to another event that would be a good justification for a larger change, such as consolidation of Java Redis Clients so that we could potentially remove one of the two clients in favor of a much simpler arrangement.

@mjimani
Copy link
Author

mjimani commented Sep 17, 2024

@mp911de Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: on-hold We cannot start working on this issue yet status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

No branches or pull requests

3 participants