redis-template

Redis Template

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.yamingd.argo
Идентификатор

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

redis-template
Последняя версия

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

2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

redis-template
Redis Template
Ссылка на сайт

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

https://github.com/yamingd/argo-redis
Система контроля версий

Система контроля версий

https://github.com/yamingd/argo-redis

Скачать redis-template

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.msgpack : msgpack jar 0.6.12
ch.qos.logback : logback-classic jar 1.0.13
redis.clients : jedis jar 2.7.3
org.slf4j : slf4j-api jar 1.7.5
com.google.guava : guava jar 18.0
org.slf4j : jul-to-slf4j jar 1.5.11
com.github.yamingd.argo : argo-yaml jar 1.0

test (1)

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

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

Данный проект не имеет модулей.

argo-redis

redis template with spring, redis

Usage

  1. place config file (redis.yaml) at classPath
maxActive: 100
maxIdle: 100
timeout: 5000
host: 127.0.0.1
port: 6379
testOnBorrow: true
testWhileIdle: true

  1. Inject RedisBucket
@Autowired
RedisBuket redisBuket;

  1. you will get it

Версии библиотеки

Версия
2.1
2.0
1.0