mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
Merge pull request #2587 from itamarhaber/patch-5
Removed incorrect suggestion
This commit is contained in:
commit
c3297a7292
@ -209,7 +209,7 @@ void sortCommand(redisClient *c) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Create a list of operations to perform for every sorted element.
|
/* Create a list of operations to perform for every sorted element.
|
||||||
* Operations can be GET/DEL/INCR/DECR */
|
* Operations can be GET */
|
||||||
operations = listCreate();
|
operations = listCreate();
|
||||||
listSetFreeMethod(operations,zfree);
|
listSetFreeMethod(operations,zfree);
|
||||||
j = 2; /* options start at argv[2] */
|
j = 2; /* options start at argv[2] */
|
||||||
|
Loading…
Reference in New Issue
Block a user