License |
License |
---|---|
GroupId | GroupIdcom.lithium.dbi.rdbi |
ArtifactId | ArtifactIdrdbi |
Version | Version0.105 |
Type | Typepom |
Description |
DescriptionrDBI
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 |
Filename | Size |
---|---|
rdbi-0.105.pom | 1023 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi/ -->
<dependency>
<groupId>com.lithium.dbi.rdbi</groupId>
<artifactId>rdbi</artifactId>
<version>0.105</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi/
implementation 'com.lithium.dbi.rdbi:rdbi:0.105'
// https://jarcasting.com/artifacts/com.lithium.dbi.rdbi/rdbi/
implementation ("com.lithium.dbi.rdbi:rdbi:0.105")
'com.lithium.dbi.rdbi:rdbi:pom:0.105'
<dependency org="com.lithium.dbi.rdbi" name="rdbi" rev="0.105">
<artifact name="rdbi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lithium.dbi.rdbi', module='rdbi', version='0.105')
)
libraryDependencies += "com.lithium.dbi.rdbi" % "rdbi" % "0.105"
[com.lithium.dbi.rdbi/rdbi "0.105"]