lucee / extension-redis

Lucee Redis Cache Extension
11 stars 13 forks source link

Lucee Redis Cache Extension

Java CI

Issues: https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20redis

Docs: https://docs.lucee.org/categories/cache.html

The redis driver is based on Jedis. While this is a very robust driver and Redis is amazing this project has to be considered in Beta stage. Please provide your feedback.

Installation

Install the extension from the Lucee extension store in Lucee admin. Please note that the extension is installable only in the server admin. This means that is not possible to install it for a single web context.

Create and configure the cache

Create a new cache selecting Redis Cache as Type.

Add some configuration:

All set. You are done.

Important