spring-data-redis
spring-data-redis copied to clipboard
RedisKeyExpiredEvent has an unused generic
Current behavior: RedisKeyExpiredEvent has an unused generic argument T.
Expected behavior is one of the following:
RedisKeyExpiredEventdoes not have a generic argument.- Method
getValue()inRedisKeyExpiredEventreturns an object of the generic type specified inRedisKeyExpiredEvent. May also require changes to the stored value and the constructor methods.