Fix STRALGO command flags.

This commit is contained in:
antirez 2020-04-27 13:35:17 +02:00
parent 75cf725568
commit 23a3f0bd14

View File

@ -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}
}; };