joysec / snowflake
snowflake like algorithm implement by joysec
1.0.1
2017-07-12 02:37 UTC
Requires
- php: >=7
This package is auto-updated.
Last update: 2025-05-29 01:06:00 UTC
README
php的工作模式是不支持snowflake的实现,每一个请求对应一个单独的进程,无法使用 sequence。我们通过redis来管理sequence,这样效率可能会有影响,但是对于我们的项 目来讲是可以接受的。