You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

com.github.microwww:mocker-redis-spring-boot-parent

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

com.github.microwww:mocker-redis-spring-boot-parent

This is a redis server mock for spring-boot

0.0.3
Source
mavenMaven
Version published
Maintainers
1
Source

Spring-boot-mocker-redis

This is a spring-boot-starter. if you dependency a redis-server, Use it, you can run test case, But do not need a real redis-server. Run it for your test, ONLY !

This is move to redis-mock

!!!!!!!! This is move to redis-mock !!!!!!!

!!!!!!!! This is move to redis-mock !!!!!!!

!!!!!!!! This is move to redis-mock !!!!!!!

Spring-boot-mocker-redis

Using it, you can add the maven dependency :

<dependency>
	<groupId>com.github.microwww</groupId>
	<artifactId>mocker-redis-spring-boot-starter</artifactId>
	<version>5.3.0</version>
</dependency>

You can set mocker.jedis.enable=false to disable it, like any spring-boot project config.

The embedded redis server will listener spring.redis.port port, and host is 0.0.0.0, so you must set spring.redis.host to match this host.

All version

ALL version to see maven repository

Dependency

mocker redis code in github

<dependency>
	<groupId>com.github.fppt</groupId>
	<artifactId>jedis-mock</artifactId>
	<version>0.1.16</version>
</dependency>

2.0.0 + with java redis server: jedis-mock , Last version is v0.3.0

<dependency>
	<groupId>com.github.microwww</groupId>
	<artifactId>redis-server</artifactId>
	<version>${jedis-mock.version}</version>
</dependency>

FAQs

Package last updated on 13 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts