Blog

Jon Clausen

July 31, 2023

Spread the word


Share your thoughts

Connect, Code and Scale!

v3.0.0 released!

 

We are very excited to bring you another release for our Redis Lucee Extension. This release:

  • Updates the underlying Redis java driver from v2.9.3 to v4.4.3
  • Added SSL and username support to RedisClusterCache configuration
  • Added username support to RedisCache ( non-cluster ) configuration

These enancements have been made to ensure full compatibility with both standalone Redis implementations, as well as AWS Elasticache configurations and authentication mechanisms.

Example CFConfig for both single-node and cluster caches:

"caches" : {
    "redisnode" : {
			 "class":"ortus.extension.cache.redis.RedisCache",
			"custom":{
				"cacheKeyCaseSensitivity":"false",
				"username" : "myNodeUser",
				"password":"my53cur3Pa55!",
				"timeout":"2000",
				"useSSL":"true",
				"host":"redis.singlenode",
				"keyprefix":"lucee-redis-node",
				"port":"6379",
				"database" : "0",
				"idleConnections":"5",
				"timeout" : 20000,
				"readTimeout" : 20000,
				"maxAttempts" : 5,
				"maxConnections" : 50
        },
        "readOnly":"false",
        "storage":"true"
    }
    "rediscluster":{
        "class":"ortus.extension.cache.redis.RedisClusterCache",
        "custom":{
            "hosts":"redis1.mycluster,redis2.mycluster,redis3.mycluster",
            "keyprefix":"lucee-cluster",
            "port":"6379",
			"useSSL" : true,
			"username" : "myUser",
            "password" : "my53cur3Pa55!",
            "timeout" : 20000,
            "readTimeout" : 20000,
            "maxAttempts" : 5,
            "maxConnections" : 50
        },
        "readOnly":"false",
        "storage":"true"
    }
}

Read our release history and changelog here: What's New With 3.0.0!

Read the full documentation here: Ortus Redis Cache Extension Documentation

 

Purchase Extension


Resources

Please visit our Extension page for all the necessary resources.

Add Your Comment

Recent Entries

Ortus June 2024 Newsletter!

Ortus June 2024 Newsletter!

Welcome to the latest edition of the Ortus Newsletter! This month, we're excited to bring you highlights from our sessions at CFCamp and Open South Code, as well as a sneak peek into our upcoming events. Discover the latest developments in BoxLang, our dynamic new JVM language, and catch up on all the insightful presentations by our expert team. Let's dive in!

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang June 2024 Newsletter!

BoxLang June 2024 Newsletter!

We're thrilled to bring you the latest updates and exciting developments from the world of BoxLang. This month, we're diving into the newest beta release, introducing a new podcast series, showcasing innovative integrations, and sharing insights from recent events. Whether you're a seasoned developer or just getting started, there's something here for everyone to explore and enjoy.

Maria Jose Herrera
Maria Jose Herrera
June 28, 2024
BoxLang 1.0.0 Beta 3 Launched

BoxLang 1.0.0 Beta 3 Launched

We are thrilled to announce the release of BoxLang 1.0.0-Beta 3! This latest beta version is packed with exciting new features and essential bug fixes, including robust encryption functionality, enhanced Java interoperability, and more efficient event handling. Key highlights include the introduction of query caching capabilities, seamless coercion of Java Single Abstract Method (SAM) interfaces from BoxLang functions, and support for virtual thread executors. So, let’s dive into the details of what’s new in BoxLang 1.0.0-Beta 3 and how you can start leveraging these updates today!

Luis Majano
Luis Majano
June 28, 2024