Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.31 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.31 KB

id-generator Branch masterBuild StatusreleaseGitHub license

distributed id generation system fork by redis 3.0.2 which support snowflake objectid serialid and sequence number

Purpose

In order to solve the distributed unique id, there are many ready-made solutions in industry like twitter's snowflake、mongodb's objectid、mysql auto incrment integer. According these solutions, i fork redis v3.0.2 and integrate these solutions.

#Docs

  1. How To Compile
  2. How To Configure
  3. How To Use
  4. How to Deploy

Help

If you have any questions or comments, you can reach me at detailyang@gmail.com.