Последняя версия

redis 0.7

A very fast Java redis redis.client.

Лицензия

Лицензия

Категории

Категории

Redis Данные Базы данных
Группа

Группа

com.github.spullara.redis
Идентификатор

Идентификатор

redis
Версия

Версия

0.7
Тип

Тип

pom
Описание

Описание

redis
A very fast Java redis redis.client.
Ссылка на сайт

Ссылка на сайт

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

Скачать redis 0.7

Имя Файла Размер
redis-0.7.pom 3 KB
Обзор

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 13.0.1
com.github.spullara.cli-parser : cli-parser jar 1.1

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

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