We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
await redis.xgroup_create(resultQ, "testconsumer", '$')
create a stream and add group "testconsumer" to it.
got exception
aredis.exceptions.ResponseError: The XGROUP subcommand requires the key to exist. Note that for CREATE you may want to use the MKSTREAM option to create an empty stream automatically.
the api of xgroup_create need a key word param such as 'create_if_not_exit'
The text was updated successfully, but these errors were encountered:
In py_redis you have mkstream = True/False as in redis api .
Sorry, something went wrong.
No branches or pull requests
Checklist
master
branch of aredis?Steps to reproduce
Expected behavior
create a stream and add group "testconsumer" to it.
Actual behavior
got exception
the api of xgroup_create need a key word param such as 'create_if_not_exit'
The text was updated successfully, but these errors were encountered: