Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsort.c193 long limit_start = 0, limit_count = -1, start, end; in sortCommand() local
237 (getLongFromObjectOrReply(c, c->argv[j+2], &limit_count, NULL) in sortCommand()
318 end = (limit_count < 0) ? vectorlen-1 : start+limit_count-1; in sortCommand()