Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-7360

[RESP] PUB/SUB basics doesn't seem to work

XMLWordPrintable

    • 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)
      ...
      

              rh-ee-jbolina Jose Bolina
              rhn-support-pdrobek Pavel Drobek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: