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

redisClusterCommand PUBLISH fails with Parse command error #111

Open
snalamva opened this issue Apr 4, 2019 · 2 comments
Open

redisClusterCommand PUBLISH fails with Parse command error #111

snalamva opened this issue Apr 4, 2019 · 2 comments

Comments

@snalamva
Copy link

snalamva commented Apr 4, 2019

The below redisClusterCommand API with "PUBLISH" command fails , and returns "NULL" reply and c->errstr print as "Parse command error"

reply = redisClusterCommand(c,"PUBLISH test 1") .

Could you please confirm whether redisClusterCommand() API with "PUBLISH" command supported with "hiredis-vip" ?

Thanks,
Sreejith

@thakurajayL
Copy link

Publish is not supported in hiredis-vip. You can check the commands.c file. THis has details about all the supported command. i read pub/sub document at https://redis.io/topics/pubsub . I don't see any reason why it can not be supported on hiredis-vip. You can plan to support it in this library. Should not be difficult to do so.

@snalamva
Copy link
Author

Ok..got it..Thanks for the details.

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

No branches or pull requests

2 participants