mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 03:31:21 +00:00
RDMF: use client instead of redisClient, like Disque.
This commit is contained in:
@ -186,7 +186,7 @@ int sortCompare(const void *s1, const void *s2) {
|
||||
|
||||
/* The SORT command is the most complex command in Redis. Warning: this code
|
||||
* is optimized for speed and a bit less for readability */
|
||||
void sortCommand(redisClient *c) {
|
||||
void sortCommand(client *c) {
|
||||
list *operations;
|
||||
unsigned int outputlen = 0;
|
||||
int desc = 0, alpha = 0;
|
||||
|
Reference in New Issue
Block a user