distributed id generation system fork by redis 3.0.2 which support snowflake objectid serialid and sequence number
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
If you have any questions or comments, you can reach me at detailyang@gmail.com.