wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

Documentation: PUBLISH is actually supported, right? #25

Open nelz9999 opened 6 years ago

nelz9999 commented 6 years ago

In the top-level README.md, it lists "Pub/Sub" under the "NOT supported" heading.

But, in my reading of the code, at least the "PUBLISH" command would be supported the way most other commands would be:

If this is the case, then I'd be willing to submit a PR for the documentation... But I just wanted to verify my understanding.