Last Version

redis 0.7

A very fast Java redis redis.client.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

redis
Version

Version

0.7
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.7

Filename Size
redis-0.7.pom 3 KB
Browse

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

Dependencies

compile (2)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

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