redis-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.lucee</groupId>
<artifactId>redis-extension</artifactId>
<version>4.2.0.0-ALPHA</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>redis-extension</artifactId>
<version>4.2.0.0-ALPHA</version>
<packaging>pom</packaging>
<name>Redis Extension</name>
<description>Free and open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.</description>
<url>https://github.com/lucee/extension-redis</url>
<licenses>
<license>
<name>The GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>micstriit</id>
<name>Michael Offner</name>
<email>michael@lucee.org</email>
<organization>Lucee Association Switzerland</organization>
<organizationUrl>http://lucee.org</organizationUrl>
<roles>
<role>Project-Administrator</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lucee/extension-redis.git</connection>
<developerConnection>scm:git:git@github.com:lucee/extension-redis.git</developerConnection>
<tag>4.2.0.0-ALPHA</tag>
<url>https://github.com/lucee/extension-redis</url>
</scm>
<properties>
<mvnArtifactId>redis</mvnArtifactId>
<buildDate>2026-07-01 18:09:58</buildDate>
<camelname>Redis</camelname>
<mvnGroupId>org.lucee</mvnGroupId>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<releaseType>server</releaseType>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<id>60772C12-F179-D555-8E2CD2B4F7428718</id>
<class>lucee.extension.io.cache.redis.simple.RedisCache</class>
<image>https://raw.githubusercontent.com/lucee/extension-redis/master/source/images/logo.png</image>
<goal>install</goal>
<maven.compiler.source>11</maven.compiler.source>
<label>Redis Extension for Jakarta EE (Lucee 7+)</label>
<snapshot.url>https://oss.sonatype.org/content/repositories/snapshots/</snapshot.url>
<release.url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</release.url>
<bundlename>redis.extension</bundlename>
<luceeCoreVersion>7.1.0.2-ALPHA</luceeCoreVersion>
<maven.compiler.target>11</maven.compiler.target>
<filename>redis-extension</filename>
<mvnGroupPath>org/lucee</mvnGroupPath>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>