Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
ceb3a7a8
Unverified
Commit
ceb3a7a8
authored
Mar 10, 2021
by
Itamar Haber
Committed by
GitHub
Mar 10, 2021
Browse files
Adds `LEN` to `STRALGO`'s comment (#8626)
Ref:
https://github.com/redis/redis-doc/pull/1529
parent
61a73de6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/t_string.c
View file @
ceb3a7a8
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment