Last Version

redis 0.12

A very fast Java redis redis.client.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.orange.redis-protocol
ArtifactId

ArtifactId

redis
Version

Version

0.12
Type

Type

pom
Description

Description

redis
A very fast Java redis redis.client.
Project URL

Project URL

http://github.com/spullara/redis-protocol

Download redis 0.12

Filename Size
redis-0.12.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.orange.redis-protocol/redis/ -->
<dependency>
    <groupId>com.orange.redis-protocol</groupId>
    <artifactId>redis</artifactId>
    <version>0.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.orange.redis-protocol/redis/
implementation 'com.orange.redis-protocol:redis:0.12'
// https://jarcasting.com/artifacts/com.orange.redis-protocol/redis/
implementation ("com.orange.redis-protocol:redis:0.12")
'com.orange.redis-protocol:redis:pom:0.12'
<dependency org="com.orange.redis-protocol" name="redis" rev="0.12">
  <artifact name="redis" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.orange.redis-protocol', module='redis', version='0.12')
)
libraryDependencies += "com.orange.redis-protocol" % "redis" % "0.12"
[com.orange.redis-protocol/redis "0.12"]

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava jar 13.0.1
com.github.spullara.cli-parser : cli-parser jar 1.1
org.slf4j : slf4j-api jar 1.7.7

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

  • util
  • protocol
  • client
  • redisgen
  • benchmark
  • netty
  • netty-client
  • netty4
  • netty4-client
  • netty4-server