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

Support shard pub/sub

Open heowc opened this issue 4 months ago • 1 comments

As far as I know, redis 7.0 provides a slightly improved pub/sub.

Accordingly, lettuce related commands have been implemented. Are there any plans to abstract this? 🤔

  • https://github.com/redis/lettuce/releases/tag/6.4.0.RELEASE
  • https://github.com/redis/jedis/issues/2948

heowc avatar Oct 12 '24 05:10 heowc