
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
com.github.microwww:mocker-redis-spring-boot-parent
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 !!!!!!!
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 to see maven repository
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
This is a redis server mock for spring-boot
We found that com.github.microwww:mocker-redis-spring-boot-parent demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.