DOC

io.github.jesperberggren : embedded-redis

Maven & Gradle

Apr 24, 2024
0 stars

embedded-redis · Redis embedded server for Java integration testing. Forked from https://github.com/ozimov/embedded-redis which again was forked from https://github.com/kstyrc/embedded-redis. Forked because both ozimov and kstyrc repositories doesn't appear to be maintained anymore. The primary goal of this fork is to keep the library up to date with all the latest versions/dependencies.

Table Of Contents

Latest Version

Download io.github.jesperberggren : embedded-redis Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.jesperberggren : embedded-redis Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file embedded-redis-0.1.0-javadoc.jar to embedded-redis-0.1.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder embedded-redis-0.1.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "embedded-redis-0.1.0-sources.jar" -d "embedded-redis-0.1.0-javadoc" -subpackages