From 178d26cc8708a930ae4e46688d6501ceec5e6f02 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Wed, 10 Mar 2021 16:19:48 +0200 Subject: [PATCH] Adds `LEN` to `STRALGO`'s comment (#8626) Ref: https://github.com/redis/redis-doc/pull/1529 --- src/t_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_string.c b/src/t_string.c index 3f73363e0..0967e30e1 100644 --- a/src/t_string.c +++ b/src/t_string.c @@ -723,7 +723,7 @@ void stralgoCommand(client *c) { } } -/* STRALGO [IDX] [MINMATCHLEN ] [WITHMATCHLEN] +/* STRALGO [IDX] [LEN] [MINMATCHLEN ] [WITHMATCHLEN] * STRINGS | KEYS */ void stralgoLCS(client *c) {