is not current version
Last Version 0.106

rDBI-core 0.102

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.

License

License

GroupId

GroupId

com.lithium.dbi.rdbi
ArtifactId

ArtifactId

rdbi-core
Version

Version

0.102
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

Lithium Technologies

Download rdbi-core 0.102


<!-- https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-core/ -->
<dependency>
    <groupId>com.lithium.dbi.rdbi</groupId>
    <artifactId>rdbi-core</artifactId>
    <version>0.102</version>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-core/
implementation 'com.lithium.dbi.rdbi:rdbi-core:0.102'
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi-core/
implementation ("com.lithium.dbi.rdbi:rdbi-core:0.102")
'com.lithium.dbi.rdbi:rdbi-core:jar:0.102'
<dependency org="com.lithium.dbi.rdbi" name="rdbi-core" rev="0.102">
  <artifact name="rdbi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lithium.dbi.rdbi', module='rdbi-core', version='0.102')
)
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi-core" % "0.102"
[com.lithium.dbi.rdbi/rdbi-core "0.102"]

Dependencies

compile (5)

Group / Artifact Type Version
redis.clients : jedis jar 2.9.0
org.antlr : stringtemplate Optional jar 3.2.1
com.google.code.findbugs : jsr305 jar 3.0.1
org.slf4j : slf4j-api jar 1.7.21
commons-codec : commons-codec jar 1.10

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.9.10
org.slf4j : slf4j-simple jar 1.7.21
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.