
v3.0.0 launched!
We are really thrilled to bring you one more launch for our Redis Lucee Expansion This launch:.
- Upgrades the underlying Redis java chauffeur from v2.9.3 to v4.4.3
- Included SSL as well as username assistance to RedisClusterCache setup
- Included username assistance to RedisCache (non-cluster) setup
These enancements have actually been made to guarantee complete compatibility with both standalone Redis applications, along with AWS Elasticache arrangements as well as verification systems.
Instance CFConfig for both single-node as well as collection caches:
" caches": { " redisnode": { " course":" ortus.extension.cache.redis.RedisCache",. " custom-made": { " cacheKeyCaseSensitivity":" incorrect",. " username": "myNodeUser",. " password":" my53cur3Pa55!",. " timeout":" 2000",. " useSSL":" real",. " host":" redis.singlenode",. " keyprefix":" lucee-redis-node",. " port":" 6379",. " data source": "0",. " idleConnections":" 5",. " timeout": 20000,. " readTimeout": 20000,. " maxAttempts": 5,. " maxConnections": 50. },. " readOnly":" incorrect",. " storage space":" real". } " rediscluster": { " course":" ortus.extension.cache.redis.RedisClusterCache",. " custom-made": { " hosts":" redis1.mycluster, redis2.mycluster, redis3.mycluster",. " keyprefix":" lucee-cluster",. " port":" 6379",. " useSSL": real,. " username": "myUser",. " password": "my53cur3Pa55!",. " timeout": 20000,. " readTimeout": 20000,. " maxAttempts": 5,. " maxConnections": 50. },. " readOnly":" incorrect",. " storage space":" real". } }
Review our launch background as well as changelog right here: What’s New With 3.0.0!
Check out the complete paperwork right here: Ortus Redis Cache Expansion Paperwork
Resources
Please see our Expansion web page for all the essential sources.