Home
last modified time | relevance | path

Searched refs:SORT_OP_GET (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsort.c270 SORT_OP_GET,c->argv[j+1])); in sortCommand()
520 if (sop->type == SORT_OP_GET) { in sortCommand()
529 serverAssertWithInfo(c,sortval,sop->type == SORT_OP_GET); in sortCommand()
550 if (sop->type == SORT_OP_GET) { in sortCommand()
560 serverAssertWithInfo(c,sortval,sop->type == SORT_OP_GET); in sortCommand()
H A Dserver.h331 #define SORT_OP_GET 0 macro