Adds LEN to STRALGO's comment (#8626)

Ref: https://github.com/redis/redis-doc/pull/1529
This commit is contained in:
Itamar Haber 2021-03-10 16:19:48 +02:00 committed by GitHub
parent 61a73de64d
commit ceb3a7a8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -723,7 +723,7 @@ void stralgoCommand(client *c) {
}
}
/* STRALGO <algo> [IDX] [MINMATCHLEN <len>] [WITHMATCHLEN]
/* STRALGO <algo> [IDX] [LEN] [MINMATCHLEN <len>] [WITHMATCHLEN]
* STRINGS <string> <string> | KEYS <keya> <keyb>
*/
void stralgoLCS(client *c) {