dropwizard-redis

Addon bundle for Dropwizard to support use of Redis

License

License

Categories

Categories

DropWizard Container Microservices Redis Data Databases
GroupId

GroupId

com.bendb.droptools
ArtifactId

ArtifactId

dropwizard-redis
Last Version

Last Version

1.3.5-1
Release Date

Release Date

Type

Type

jar
Description

Description

dropwizard-redis
Addon bundle for Dropwizard to support use of Redis
Project URL

Project URL

https://github.com/benjamin-bader/droptools/
Source Code Management

Source Code Management

https://github.com/benjamin-bader/droptools/

Download dropwizard-redis

How to add to project

<!-- https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-redis/ -->
<dependency>
    <groupId>com.bendb.droptools</groupId>
    <artifactId>dropwizard-redis</artifactId>
    <version>1.3.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-redis/
implementation 'com.bendb.droptools:dropwizard-redis:1.3.5-1'
// https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-redis/
implementation ("com.bendb.droptools:dropwizard-redis:1.3.5-1")
'com.bendb.droptools:dropwizard-redis:jar:1.3.5-1'
<dependency org="com.bendb.droptools" name="dropwizard-redis" rev="1.3.5-1">
  <artifact name="dropwizard-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.droptools', module='dropwizard-redis', version='1.3.5-1')
)
libraryDependencies += "com.bendb.droptools" % "dropwizard-redis" % "1.3.5-1"
[com.bendb.droptools/dropwizard-redis "1.3.5-1"]

Dependencies

compile (1)

Group / Artifact Type Version
redis.clients : jedis jar 2.9.0

runtime (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 1.3.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.5
com.google.truth : truth jar 0.23

Project Modules

There are no modules declared in this project.

Droptools

Build Status Coverage Status

Useful Dropwizard addons, including dropwizard-jooq and dropwizard-redis.

dropwizard-jooq

A bundle that adds support for relational database access via the excellent jOOQ library.

dropwizard-redis

A bundle that manages a redis connection pool and makes Jedis clients available to resource methods, without the hassle of pooling logic in your code.

Support

Please file bug reports and feature requests in GitHub issues.

License

Copyright (c) 2014-2020 Benjamin Bader

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.

Versions

Version
1.3.5-1