redis

A very fast Java redis redis.client.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.spullara.redis
ArtifactId

ArtifactId

redis
Last Version

Last Version

0.7
Release Date

Release Date

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

Filename Size
redis-0.7.pom 3 KB
Browse

How to add to project

<!-- 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

Versions

Version
0.7
0.6
0.5
0.4
0.3
0.2
0.1