Skip to content

does Lettuce allow duplicate field when using the XADD command? #3327

Closed Answered by tishun
zhoutonisnotavailable asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I can tell - partially. You are able to create duplicates using the

    RedisFuture<String> xadd(K key, Object... keysAndValues);

, but unfortunately reading seems to suffer from the problem described in the article you mention.

Would you mind creating an issue so we can track this?
Do you have a use case where you need to have duplicate items in the reply?
Would you mind to sharing it with the team?

Replies: 2 comments

Comment options

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

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants