From d45a8e543b0b0b26b064e3ce07b3878db08e2b36 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Mon, 7 Aug 2017 18:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=A4=B4=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=B8=AD=E8=AF=B4=E6=98=8EMaat=5Fcmd=5Fappen?= =?UTF-8?q?d=E3=80=81Maat=5Fcmd=E5=87=BD=E6=95=B0=E7=9A=84=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=93=8D=E4=BD=9C=E5=8F=AF=E8=83=BD=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=EF=BC=8C=E9=9C=80=E8=A6=81=E9=87=8D=E8=AF=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/Maat_command.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/Maat_command.h b/inc/Maat_command.h index 5d2b6b9..1d65383 100644 --- a/inc/Maat_command.h +++ b/inc/Maat_command.h @@ -133,6 +133,8 @@ int Maat_format_cmd(struct Maat_cmd_t* cmd, char* buffer, int size); // REGION_EXPR and REGION_SIMILARITY need to escape input string. char* Maat_str_escape(char* dst,int size,const char*src); +//Deletion failed due to not complete synchronize with Redis. +//To make sure the delete command is excecuted, user should try again after MAAT_OPT_SCANDIR_INTERVAL_MS ms. // The following functions are NOT thread safe. int Maat_cmd(Maat_feather_t feather,struct Maat_cmd_t* cmd,enum MAAT_OPERATION op);