spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Deprecated default functions in DefaultedRedisConnection

Open mjimani opened this issue 1 year ago • 2 comments

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

mjimani avatar Sep 16 '24 07:09 mjimani

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.

mp911de avatar Sep 16 '24 12:09 mp911de

@mp911de Thank you so much.

mjimani avatar Sep 17 '24 06:09 mjimani