spring-projects / spring-data-redis

Provides support to increase developer productivity in Java when using Redis, a key-value store. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-redis/
Apache License 2.0
1.77k stars 1.17k forks source link

refactor: remove unused method 'nullSafeDeserializedStoreValue #3048

Open minwoo1999 opened 6 days ago

minwoo1999 commented 6 days ago

After reviewing the codebase, I found that the nullSafeDeserializedStoreValue method is not being used anywhere in the project. Here’s why I think it’s safe to remove it:

The method is not referenced directly or indirectly within the current codebase. Its functionality overlaps with existing methods, making it redundant. Removing it will improve code maintainability by reducing unused code. I believe this change helps in keeping the codebase clean and focused.