We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noted this line "Apps can be restarted any number of times without any chance of repeating an id."
I can't seem to sort out how this is accomplished. How does shortid ensure uniqueness with the same settings across restarts?
The text was updated successfully, but these errors were encountered:
#58 (comment)
Sorry, something went wrong.
There is no insurance in any random ID generator. The same problem in UUID 4.
Just use bigger ID size, to reduce the probability of collision. I recommend to check Nano ID since it has lower collision probability.
No branches or pull requests
I noted this line "Apps can be restarted any number of times without any chance of repeating an id."
I can't seem to sort out how this is accomplished. How does shortid ensure uniqueness with the same settings across restarts?
The text was updated successfully, but these errors were encountered: