Category Selected:

redis

Blog

Ortus Redis Extension v3.3.0 Released!

Jon Clausen |  February 16, 2024

We are very excited to bring you another release for our Redis Lucee Extension. The most significant feature in this release is the addition of the `` and `redisLock{}` tag, which allows you perform a lock across all instances in a cluster.

Ortus Redis Extension v3.3.0 gives you greater control over concurrent modifications in a distributed environment, utilizing your distributed cache to prevent overlaps!

Read More

Ortus Redis Extension v3.0.0 Released!

Jon Clausen |  July 31, 2023

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.

Read More

Ortus Redis Extension v2.2.1 Released!

Jon Clausen |  May 02, 2023

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.

Read More

Want native Redis Support in Lucee/CFML? Ortus Redis Extension v2.0.0 Released!

Luis Majano |  August 05, 2022

We are very excited to bring you another release for our Redis Lucee Extension. This is a major release spawning research of over 9 months. We have done great strides in this new extension to not only bring you the best scaling capabilities via Redis, but also now to introduce to the CFML world: Real-Time messaging with Redis Pub/Sub! Here is our full release notes in our brand new documentation book: What's New With 2.0.0!

Read More

Redis Lucee v1.4.0 Extension Released!

Luis Majano |  November 06, 2019

We are very excited to bring you another release for our Redis Lucee Extension. This is a minor release and it sports quite a few updates, improvements and Lucee compatiblity updates.

Read More

MongoDB Lucee v1.0.0 Extension Released!

Luis Majano |  October 08, 2019

We are very excited to bring you a new commercial product release for the Ortus Family: MongoDB Server Lucee Extension  The MongoDB Server Lucee Extension allows you to natively connect to a MongoDB Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Lucee servers to scale and extend easily by leveraging MongoDB Server as the platform of choice for session/cluster managements, NoSQL, caching and virtual file-systems.

Read More

Redis Lucee v1.3.0 Extension Released!

Luis Majano |  September 30, 2019

 

We are very excited to bring you another release for our Redis Lucee Extension. This is a minor release and it sports quite a few updates thanks to customer feedback, especially on clients working with hosted Redis solutions that would required SSL and password authentication. We have expanded the connections to have more configuration parameters, especially if you are dealing with high traffic applications.

Overview

The Redis Lucee Extension allows you to natively connect to a Redis Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Lucee servers to scale and extend easily by leveraging Redis Server as the platform of choice for session/cluster managements, caching and virtual file-systems.

If you have ever asked yourself these questions, then our Lucee Extension can help you:

  • Want to use round-robin balancing instead of sticky sessions?
  • How do you deal with session/client information when you have more than 1 server in your cluster?
  • How can I scale my Lucee servers when I am running out of RAM?
  • Do you want your users to still be logged in even if a server in my cluster dies or is restarted?
  • Do you want to have a cluster-wide file system?
  • Are you using a container based deployment and need off heap peristence?
  • Do you want to be able to cache data in a distributed and elastic fashion?
Read More

Redis Lucee v1.2.0 Extension Released!

Luis Majano |  March 05, 2019

 

We are very excited to bring you another release for our Redis Lucee Extension. This is our first minor release for this extension and it sports quite a few updates thanks to customer feedback. Here is a little introduction for those that are not familiar with our extension:

Overview

The Redis Lucee Extension allows you to natively connect to a Redis Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file systems, and much more. It can allow your Lucee servers to scale and extend easily by leveraging Redis Server as the platform of choice for session/cluster managements, caching and virtual file-systems.

If you have ever asked yourself these questions, then our Lucee Extension can help you:

  • Want to use round-robin balancing instead of sticky sessions?
  • How do you deal with session/client information when you have more than 1 server in your cluster?
  • How can I scale my Lucee servers when I am running out of RAM?
  • Do you want your users to still be logged in even if a server in my cluster dies or is restarted?
  • Do you want to have a cluster-wide file system?
  • Are you using a container based deployment and need off heap peristence?
  • Do you want to be able to cache data in a distributed and elastic fashion?
Read More

Redis Lucee v1.0.0 Extension Released!

Luis Majano |  January 17, 2018

 

We are very excited to bring you a new commercial product release for the Ortus Family: Redis Lucee Extension  The Redis Lucee Extension allows you to natively connect to a Redis Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file syste...

Read More