argo-redis
redis template with spring, redis
Usage
- place config file (redis.yaml) at classPath
maxActive: 100
maxIdle: 100
timeout: 5000
host: 127.0.0.1
port: 6379
testOnBorrow: true
testWhileIdle: true
- Inject RedisBucket
@Autowired
RedisBuket redisBuket;
- you will get it