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

RedisKeyExpiredEvent has an unused generic

Open Cardds opened this issue 4 years ago • 0 comments

Current behavior: RedisKeyExpiredEvent has an unused generic argument T.

Expected behavior is one of the following:

  • RedisKeyExpiredEvent does not have a generic argument.
  • Method getValue() in RedisKeyExpiredEvent returns an object of the generic type specified in RedisKeyExpiredEvent. May also require changes to the stored value and the constructor methods.

Cardds avatar Jun 29 '21 16:06 Cardds