Type of connection: standalone, clustered, sharded, sentinel
Server Details
Server details separated by commas (e.g. 'server1:8080,server2:8081')
Use SSL
Enable SSL communication between Gluu Server and Redis cache
Password
Redis password
Sentinel Master Group Name
Sentinel Master Group Name (required if SENTINEL type of connection is selected)
SSL Trust Store File Path
Directory Path to Trust Store
Default Put Expiration
Default expiration time for the object put into cache in seconds
Max Retry Attempts
Max retry attepts in case of failure
So Timeout
With this option set to a non-zero timeout, a read() call on the InputStream associated with this Socket will block for only this amount of time. If the timeout expires, a java.net.SocketTimeoutException is raised, though the Socket is still valid. The option must be enabled prior to entering the blocking operation to have effect. The timeout must be > 0. A timeout of zero is interpreted as an infinite timeout.
Max Idle Connections
The cap on the number of \"idle\" instances in the pool. If maxIdle is set too low on heavily loaded systems it is possible you will see objects being destroyed and almost immediately new objects being created. This is a result of the active threads momentarily returning objects faster than they are requesting them, causing the number of idle objects to rise above maxIdle. The best value for maxIdle for heavily loaded system will vary but the default is a good starting point.
Max Total Connections
The number of maximum connection instances in the pool