3 idgo is an id generator based on MySQL

github.com godoc.org goreportcard.com posted by flike 2930 days ago  

Idgo is an id generator which can generate batch ids through MySQL transcation way. Its features as follows:

The id generated by idgo is by order.

generate batch ids through MySQL transcation way, dose not increase the load of MySQL.

When idgo process crashed, admin can restart idgo, does not worry about generating repetitive ids.

Idgo talks with clients using redis protocol, developer can connect idgo using redis sdk.

Register to comment or vote on this story