You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a small performance boost for struct init, when you do not need to communicate with redis to get a unique ID. UUID should have in practice no collisions, but you never know.
User could decide with feature-flags.
The text was updated successfully, but these errors were encountered:
types/src/redis/lock.rs
Line 95 in 19581c6
It would be a small performance boost for struct init, when you do not need to communicate with redis to get a unique ID. UUID should have in practice no collisions, but you never know.
User could decide with feature-flags.
The text was updated successfully, but these errors were encountered: