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