com.github.andrepnh:jedis-utils

A small utility library for jedis, mainly designed for more fluent transactions and pipelines.

License

License

Categories

Categories

Jedis Data Databases
GroupId

GroupId

com.github.andrepnh
ArtifactId

ArtifactId

jedis-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.andrepnh:jedis-utils
A small utility library for jedis, mainly designed for more fluent transactions and pipelines.
Project URL

Project URL

https://github.com/andrepnh/jedis-utils
Source Code Management

Source Code Management

https://github.com/andrepnh/jedis-utils.git

Download jedis-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/ -->
<dependency>
    <groupId>com.github.andrepnh</groupId>
    <artifactId>jedis-utils</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/
implementation 'com.github.andrepnh:jedis-utils:1.0.1'
// https://jarcasting.com/artifacts/com.github.andrepnh/jedis-utils/
implementation ("com.github.andrepnh:jedis-utils:1.0.1")
'com.github.andrepnh:jedis-utils:jar:1.0.1'
<dependency org="com.github.andrepnh" name="jedis-utils" rev="1.0.1">
  <artifact name="jedis-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andrepnh', module='jedis-utils', version='1.0.1')
)
libraryDependencies += "com.github.andrepnh" % "jedis-utils" % "1.0.1"
[com.github.andrepnh/jedis-utils "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12
redis.clients : jedis jar 2.7.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.slf4j : slf4j-jdk14 jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0