From 6aa8e46e1375e1b7b34447dbe2fcc044fb113546 Mon Sep 17 00:00:00 2001 From: Warrick <1016weicheng@gmail.com> Date: Mon, 31 Aug 2026 11:51:15 +0800 Subject: [PATCH] [test] add link to xredis-gtid/xredis/tests/gtid/ && add CMD_GTID_NON_DETERMINISM --- deps/xredis-gtid | 2 +- src/commands/geoadd.json | 3 ++- src/commands/hexpireat.json | 3 ++- tests/gtid | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) create mode 120000 tests/gtid diff --git a/deps/xredis-gtid b/deps/xredis-gtid index 3f23791340a..3c980262796 160000 --- a/deps/xredis-gtid +++ b/deps/xredis-gtid @@ -1 +1 @@ -Subproject commit 3f23791340ad49aa70f324d22b12232a42672ef5 +Subproject commit 3c980262796b1b1024c46c9f583d255d79b97e43 diff --git a/src/commands/geoadd.json b/src/commands/geoadd.json index 5409bfcdbb1..2a421fcab67 100644 --- a/src/commands/geoadd.json +++ b/src/commands/geoadd.json @@ -14,7 +14,8 @@ ], "command_flags": [ "WRITE", - "DENYOOM" + "DENYOOM", + "GTID_NON_DETERMINISM" ], "acl_categories": [ "GEO" diff --git a/src/commands/hexpireat.json b/src/commands/hexpireat.json index 7e8ea33cad9..2e01a6e53c5 100644 --- a/src/commands/hexpireat.json +++ b/src/commands/hexpireat.json @@ -9,7 +9,8 @@ "history": [], "command_flags": [ "WRITE", - "FAST" + "FAST", + "GTID_NON_DETERMINISM" ], "acl_categories": [ "HASH" diff --git a/tests/gtid b/tests/gtid new file mode 120000 index 00000000000..afc2b47d6f5 --- /dev/null +++ b/tests/gtid @@ -0,0 +1 @@ +../deps/xredis-gtid/xredis/tests/gtid/ \ No newline at end of file