Skip to content
New issue

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

[redis] Think about to enable uuid over features #12

Open
Heiss opened this issue Sep 22, 2023 · 0 comments
Open

[redis] Think about to enable uuid over features #12

Heiss opened this issue Sep 22, 2023 · 0 comments

Comments

@Heiss
Copy link
Contributor

Heiss commented Sep 22, 2023

let uuid = redis::Script::new(UUID_SCRIPT)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant