Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-deng authored Nov 5, 2023
1 parent 0692f6c commit a4fe2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Redis-id-generator is a high-performance distributed globally unique ID Generator based on Redis developed using Golang.

Them roughly algorithm based on database, refer to [Meituan Leaf] (https://tech.meituan.com/2017/04/21/mt-leaf.html)
Them roughly algorithm based on database, refer to [Meituan Leaf](https://tech.meituan.com/2017/04/21/mt-leaf.html)

The code is simple, simple to use, high performance, extensible, provides ID generation http service and library two ways to use.

Expand Down Expand Up @@ -225,4 +225,4 @@ Attention:

3. Use lock-free programming to optimize the performance of high concurrent id acquisition

![flame_image](assets/flame_image.png)
![flame_image](assets/flame_image.png)

0 comments on commit a4fe2ad

Please sign in to comment.