Skip to content

How to get List<String> in RedisPubSubListener.message? #3050

Answered by tishun
v-chernyshev asked this question in Q&A
Discussion options

You must be logged in to vote

(partial update, will update this message with the complete investigation)

Some background:

  • the solution you've described here is what I would call a custom implementation of handling invalidations
  • there already exists an implementation, described in #1281, that allows driver-based handling
  • the team is currently working on improving #1281, but we can't provide an ETA when this would be done

I've tested your scenario both using the custom implementation and the driver built-in implementation with various results:

  • RESP2 + custom implementation - 👎 #3064
  • RESP3 + custom implementation - 👍 (see below)
  • RESP2 + built-in implementation - 👎 (still investigating why)
  • RESP3 + built-in impleme…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tishun
Comment options

You must be logged in to vote
1 reply
@tishun
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type: bug A general bug
2 participants