spring-data-redis
spring-data-redis copied to clipboard
refactor: remove unused method 'nullSafeDeserializedStoreValue
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.