RedisLabs / redis-cluster-proxy

A proxy for Redis clusters.
GNU Affero General Public License v3.0
993 stars 132 forks source link

ERR unsupported command `subscribe` #60

Open smartwalle opened 4 years ago

smartwalle commented 4 years ago

SUBSCRIBE test Reading messages... (press Ctrl-C to quit) (error) ERR unsupported command subscribe

ShooterIT commented 4 years ago

Hi @smartwalle There are supported commands https://github.com/RedisLabs/redis-cluster-proxy/blob/unstable/COMMANDS.md

smartwalle commented 4 years ago

多谢,希望能够尽快支持 pub sub

huxiaozhe commented 4 years ago

@smartwalle 你可以把里面的源码改了,让所有的 pub/sub 指令都指向第一个 master 节点。

ShooterIT commented 4 years ago

Hi, guys, talking in english may be better. The owner of this project may solve your problems.

Mr1X commented 3 years ago

I also need to publish and subscribe, hope to support,thank you very much

nael-binary commented 2 years ago

Are there any limitations, that's why its not supported? is there a plan to support it?