DOC

com.github.wujiuye : hotkit-redis

Maven & Gradle

Mar 05, 2021
6 stars

hotkit-redis · hotkits项目集合中的一员,Redis客户端适配器组件,让切换Redis客户端框架只需要切换依赖包即可,提供反应式编程API。

Table Of Contents

Latest Version

Download com.github.wujiuye : hotkit-redis Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.wujiuye : hotkit-redis Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2021.001.x

How to open Javadoc JAR file in web browser

  1. Rename the file hotkit-redis-2021.001.RC-javadoc.jar to hotkit-redis-2021.001.RC-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hotkit-redis-2021.001.RC-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 "hotkit-redis-2021.001.RC-sources.jar" -d "hotkit-redis-2021.001.RC-javadoc" -subpackages 

Advertisement