(no title)
peheje | 11 months ago
Also won't fencing token require some kind of token manager, that ensures you must present the highest token to do the action, and that you have to ask to get a new token, and that when you fail because your token is too old you must re-request one, is this modelled?
OJFord|11 months ago
The algorithm we're checking is using Redis, and the atomic read/write in the example is a behaviour Redis gives you.