summaryrefslogtreecommitdiff
path: root/src/commands.c
diff options
context:
space:
mode:
authorguybe7 <guy.benoish@redislabs.com>2022-07-20 10:12:06 +0300
committerGitHub <noreply@github.com>2022-07-20 10:12:06 +0300
commit6d6e932fa6cce5a08aaf68a3d41946a1909a32a0 (patch)
tree899898c6d27de8ec27917cba9438fabb57e9c39f /src/commands.c
parentcc2848132f8b380dc60564c417868645bd879c88 (diff)
downloadredis-6d6e932fa6cce5a08aaf68a3d41946a1909a32a0.tar.gz
Adds LASTID to XCLAIM docs (#11017)
It seems it was overlooked when we first created the json files
Diffstat (limited to 'src/commands.c')
-rw-r--r--src/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c
index f0bd067a5..c5ffae51b 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -6286,6 +6286,7 @@ struct redisCommandArg XCLAIM_Args[] = {
{"count",ARG_TYPE_INTEGER,-1,"RETRYCOUNT",NULL,NULL,CMD_ARG_OPTIONAL},
{"force",ARG_TYPE_PURE_TOKEN,-1,"FORCE",NULL,NULL,CMD_ARG_OPTIONAL},
{"justid",ARG_TYPE_PURE_TOKEN,-1,"JUSTID",NULL,NULL,CMD_ARG_OPTIONAL},
+{"id",ARG_TYPE_STRING,-1,"LASTID",NULL,NULL,CMD_ARG_OPTIONAL},
{0}
};