Commit 3497fd00 authored by antirez's avatar antirez
Browse files

Fix STRALGO command flags.

parent 022f0944
...@@ -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