-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
RHDG 8.5.1 GA
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
Subscribing to a channel doesn't seems to work with redis-cli and Infinspan at all. (Publishing through another client appears correctly in the subscribed terminal with Redis but not Infinispan)
Infinispan:
$ redis-cli -p 11222 -3 127.0.0.1:11222> SUBSCRIBE chan1 1) "subscribe" 2) "chan1" 3) (integer) 1 127.0.0.1:11222>
Redis:
127.0.0.1:6379> SUBSCRIBE chan1 1) "subscribe" 2) "chan1" 3) (integer) 1 Reading messages... (press Ctrl-C to quit or any key to type command) ...