com.github.ddth.commons.redis.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddth-commons-core Show documentation
Show all versions of ddth-commons-core Show documentation
DDTH's Java Common Libraries and Utilities
# com.github.ddth.commons.redis
***New since v0.8.0***
Redis utility and helper classes, based on [Jedis](https://github.com/xetorthio/jedis) lib.
***Maven***
```xml
com.github.ddth
ddth-commons-jedis
${ddth_commons_version}
pom
```
## Class `JedisConnector` and `JedisUtils`
Helper class(es) to work with [Redis](https://redis.io) servers using [Jedis](https://github.com/xetorthio/jedis).
- Helper methods to create Jedis' pool, cluster instance and sharded pool.
- Wrapper class to manage connections to Redis' server, cluster or sharded servers.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy