redis distributed system global sequence number

Suppose there are three machines access redis, use redis features: single-threaded

incrby orderid 1000 // 1000 per each take,

         //0~1000,1001~2000,2001~3000

And then slowly get finished their capacity to deal with this 1000

Guess you like

Origin www.cnblogs.com/lfhphp/p/12297654.html