"packages/NUnit.ConsoleRunner.3.11.1/.signature.p7s" did not exist on "75de25cd1ce6d1f6a4d429eb19c8e72082848925"
Commit fea9788c authored by antirez's avatar antirez
Browse files

Fix STRALGO command flags.

parent 2144047e
...@@ -1007,7 +1007,7 @@ struct redisCommand redisCommandTable[] = { ...@@ -1007,7 +1007,7 @@ struct redisCommand redisCommandTable[] = {
0,NULL,0,0,0,0,0,0}, 0,NULL,0,0,0,0,0,0},
{"stralgo",stralgoCommand,-2, {"stralgo",stralgoCommand,-2,
"write use-memory @string", "read-only @string",
0,lcsGetKeys,0,0,0,0,0,0} 0,lcsGetKeys,0,0,0,0,0,0}
}; };
......
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