ddth-tsc-redis
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-tsc-redis</artifactId>
<version>0.7.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-tsc</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>ddth-tsc-redis</artifactId>
<version>0.7.0</version>
<packaging>pom</packaging>
<name>ddth-tsc-redis</name>
<description>DDTH's Time Series Counter: write counter data to Redis.</description>
<url>https://github.com/DDTH/ddth-tsc</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-tsc-core</artifactId>
<version>0.7.0</version>
</dependency>
<!-- for Redis-based tsc -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${version.jedis}</version>
</dependency>
</dependencies>
</project>