Blog

Jon Clausen

May 02, 2023

Spread the word


Share your thoughts

Connect, Code and Scale!

v2.2.1 released!

 

We are very excited to bring you another release for our Redis Lucee Extension. This release contains bug fixes for Redis Cluster Cache connections and also includes environmental support for activation arguments ( Hooray! No more property files! ). Read more about configuring your extension through the environment variables in our docs. We have also added support for cluster cache password authentication, as well as configuration options for read timeouts and connection pool sizing. Below is an example cfConfig cache definition:

"caches" : {
    "rediscluster":{
        "class":"ortus.extension.cache.redis.RedisClusterCache",
        "custom":{
            "hosts":"redis1.mycluster,redis2.mycluster,redis3.mycluster",
            "keyprefix":"lucee-cluster",
            "port":"6379",
            "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 2.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