Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table shows the properties to configure (note that you should set exactly the same configuration for both "cache" and "store" Redis configurations:

 clientName
PropertyMeaningExample
 redis.[cache|store].nodesComma separated list of host and port for each Redis nodern1.mydomain.com:6379,rn2.mydomain.com:6379,rn3.mydomain.com:6379,rn4.mydomain.com:6379,rn5.mydomain.com:6379,rn6.mydomain.com:6379
redis.[cache|store].timeoutConnection timeout in milliseconds2000Name of the client connection 
redis.[cache|store].password Password to use when connecting to a node (leave empty if you have set no password access) 
 redis.[cache|store].timeoutConnection timeout in millisecondsclientNameName of the client connection (defaults to empty) 2000

It is mandatory for Kiuwan On-Premises to work with your Redis installation that it complies with these characteristics:

...