Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c473 void ttlGenericCommand(client *c, int output_ms) { in ttlGenericCommand() argument
491 addReplyLongLong(c,output_ms ? ttl : ((ttl+500)/1000)); in ttlGenericCommand()