redis-mock

A simple redis java mock for unit testing.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.zxl0714
ArtifactId

ArtifactId

redis-mock
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

redis-mock
A simple redis java mock for unit testing.
Project URL

Project URL

https://github.com/zxl0714/redis-mock

Download redis-mock

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
com.google.code.findbugs : jsr305 jar 3.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
redis.clients : jedis jar 2.6.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.1