Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c2131 long long retrycount = -1; /* -1 means RETRYCOUNT option not given. */ in xclaimCommand() local
2191 if (getLongLongFromObjectOrReply(c,c->argv[j],&retrycount, in xclaimCommand()
2281 if (retrycount >= 0) { in xclaimCommand()
2282 nack->delivery_count = retrycount; in xclaimCommand()