# snowflake **Repository Path**: joysec/snowflake ## Basic Information - **Project Name**: snowflake - **Description**: snowflake算法的php + redis实现 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-05-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README php的工作模式是不支持snowflake的实现,每一个请求对应一个单独的进程,无法使用 sequence。我们通过redis来管理sequence,这样效率可能会有影响,但是对于我们的项 目来讲是可以接受的。