Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-16308

[RESP] It's not possible to connect to a different database (cache)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 15.0.6.Final, 15.1.0.Dev02
    • None
    • RESP
    • None

      Create a second RESP cache:

      <distributed-cache name="respCache1" key-partitioner="org.infinispan.distribution.ch.impl.RESPHashFunctionPartitioner" owners="2" mode="SYNC" statistics="true" aliases="1">
      	<encoding>
      		<key media-type="application/octet-stream"/>
      		<value media-type="application/octet-stream"/>
      	</encoding>
      </distributed-cache>
      
      $ redis-cli -3 -p 11222 -n 1
      
      I/O error
      127.0.0.1:11222> set k v
      Error: Protocol error, got "H" as reply type byte
      

            ttarrant@redhat.com Tristan Tarrant
            rhn-support-pdrobek Pavel Drobek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: