Jar examples for r:rdbi-core
rDBI provides convenience utilites for Jedis, cleaning up some of Jedis's api pitfalls by automatically returning the Jedis resource to the pool. It also has helper utilities for making Lua script calls to Redis easier. rDBI library is inspired by the awesome library jDBI, a convenience library for SQL.
You can download jar file rdbi-core 0.58 in this page.
You can use the following script to add rdbi-core-0.58.jar to your project.
<dependency> <groupId>com.lithium.dbi.rdbi</groupId> <artifactId>rdbi-core</artifactId> <version>0.58</version> </dependency>
compile group: 'com.lithium.dbi.rdbi', name: 'rdbi-core', version: '0.58'
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-core" % "0.58"
<dependency org="com.lithium.dbi.rdbi" name="rdbi-core" rev="0.58"/>
@Grapes(@Grab(group='com.lithium.dbi.rdbi', module='rdbi-core', version='0.58'))
'com.lithium.dbi.rdbi:rdbi-core:jar:0.58'
Click the following link to download the jar file.
rdbi-core-0.58-javadoc.jar