Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c412 if (unit == UNIT_SECONDS) when *= 1000; in expireGenericCommand()
454 expireGenericCommand(c,mstime(),UNIT_SECONDS); in expireCommand()
459 expireGenericCommand(c,0,UNIT_SECONDS); in expireatCommand()
H A Dt_string.c77 if (unit == UNIT_SECONDS) milliseconds *= 1000; in setGenericCommand()
99 int unit = UNIT_SECONDS; in setCommand()
121 unit = UNIT_SECONDS; in setCommand()
149 setGenericCommand(c,OBJ_SET_NO_FLAGS,c->argv[1],c->argv[3],c->argv[2],UNIT_SECONDS,NULL,NULL); in setexCommand()
H A Dt_list.c691 if (getTimeoutFromObjectOrReply(c,c->argv[c->argc-1],&timeout,UNIT_SECONDS) in blockingPopGenericCommand()
753 if (getTimeoutFromObjectOrReply(c,c->argv[3],&timeout,UNIT_SECONDS) in brpoplpushCommand()
H A Dblocked.c91 if (unit == UNIT_SECONDS) tval *= 1000; in getTimeoutFromObjectOrReply()
H A Dserver.h404 #define UNIT_SECONDS 0 macro
H A Dt_zset.c3265 if (getTimeoutFromObjectOrReply(c,c->argv[c->argc-1],&timeout,UNIT_SECONDS) in blockingGenericZpopCommand()