You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: