Unverified Commit ceb3a7a8 authored by Itamar Haber's avatar Itamar Haber Committed by GitHub
Browse files

Adds `LEN` to `STRALGO`'s comment (#8626)

Ref: https://github.com/redis/redis-doc/pull/1529
parent 61a73de6
...@@ -723,7 +723,7 @@ void stralgoCommand(client *c) { ...@@ -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> * STRINGS <string> <string> | KEYS <keya> <keyb>
*/ */
void stralgoLCS(client *c) { void stralgoLCS(client *c) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment