Fix STRALGO command flags.

This commit is contained in:
antirez 2020-04-27 13:35:17 +02:00
parent 022f09447b
commit 3497fd007f

View File

@ -1007,7 +1007,7 @@ struct redisCommand redisCommandTable[] = {
0,NULL,0,0,0,0,0,0},
{"stralgo",stralgoCommand,-2,
"write use-memory @string",
"read-only @string",
0,lcsGetKeys,0,0,0,0,0,0}
};