Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c3297a72
Commit
c3297a72
authored
May 28, 2015
by
Salvatore Sanfilippo
Browse files
Merge pull request #2587 from itamarhaber/patch-5
Removed incorrect suggestion
parents
4082c38a
575eeb1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sort.c
View file @
c3297a72
...
@@ -209,7 +209,7 @@ void sortCommand(redisClient *c) {
...
@@ -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] */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment