Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support option CREATECONSUMER in XGROUP command #1510

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

dengliming
Copy link
Contributor

@dengliming dengliming commented Nov 8, 2020

closes #1505

Make sure that:

  • You have read the contribution guidelines.
  • You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.

@mp911de mp911de self-assigned this Nov 8, 2020
@mp911de mp911de added this to the 6.1 M1 milestone Nov 8, 2020
@mp911de mp911de added the type: feature A new feature label Nov 8, 2020
@mp911de mp911de merged commit df6ccd7 into redis:main Nov 30, 2020
@mp911de
Copy link
Collaborator

mp911de commented Nov 30, 2020

Thank you for your contribution. That's merged now.

@spathros
Copy link

spathros commented Mar 2, 2023

xGroupConsumerName ("key", Consumer.from("group1", "c1")) is failing with below error:
io.lettuce.core.RedisCommandExecutionException: ERR Unknown subcommand or wrong number of arguments for 'CREATECONSUMER'. Try XGROUP HELP.

How to resolve this? I see the args are passed in correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support option CREATECONSUMER in XGROUP command
3 participants