Merge pull request #2587 from itamarhaber/patch-5

Removed incorrect suggestion
This commit is contained in:
Salvatore Sanfilippo 2015-05-28 15:09:51 +02:00
commit c3297a7292

View File

@ -209,7 +209,7 @@ void sortCommand(redisClient *c) {
}
/* Create a list of operations to perform for every sorted element.
* Operations can be GET/DEL/INCR/DECR */
* Operations can be GET */
operations = listCreate();
listSetFreeMethod(operations,zfree);
j = 2; /* options start at argv[2] */