argo-redis

Redis Template

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.yamingd.argo
ArtifactId

ArtifactId

argo-redis
Last Version

Last Version

2.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

argo-redis
Redis Template
Project URL

Project URL

https://github.com/yamingd/argo-redis
Source Code Management

Source Code Management

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

Download argo-redis

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.github.yamingd.argo : argo-yaml jar 1.2
redis.clients : jedis jar 2.8.1
org.msgpack : msgpack jar 0.6.12
com.google.guava : guava jar 18.0
com.esotericsoftware : kryo jar 4.0.0
com.esotericsoftware : kryo-shaded jar 4.0.0
de.javakaffee : kryo-serializers jar 0.38
com.google.protobuf : protobuf-java jar 2.6.1
joda-time : joda-time jar 2.9.4
org.slf4j : slf4j-api jar 1.7.5
org.slf4j : jul-to-slf4j jar 1.5.11
ch.qos.logback : logback-classic jar 1.0.13

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1