From ca00a08e6e8ad8636b2002bf8fabcf66d9566015 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 6 Sep 2023 18:33:51 +0900 Subject: feat: introduce aidx and make it default Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com> --- .config/example.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/example.yml') diff --git a/.config/example.yml b/.config/example.yml index cca44ce88c..086a6ca8fc 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -125,6 +125,7 @@ redis: # Available methods: # aid ... Short, Millisecond accuracy +# aidx ... Millisecond accuracy # meid ... Similar to ObjectID, Millisecond accuracy # ulid ... Millisecond accuracy # objectid ... This is left for backward compatibility @@ -132,7 +133,7 @@ redis: # ONCE YOU HAVE STARTED THE INSTANCE, DO NOT CHANGE THE # ID SETTINGS AFTER THAT! -id: 'aid' +id: 'aidx' # ┌─────────────────────┐ #───┘ Other configuration └───────────────────────────────────── -- cgit v1.2.3-freya