Searched refs:UNIT_SECONDS (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | expire.c | 412 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 D | t_string.c | 77 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 D | t_list.c | 691 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 D | blocked.c | 91 if (unit == UNIT_SECONDS) tval *= 1000; in getTimeoutFromObjectOrReply()
|
| H A D | server.h | 404 #define UNIT_SECONDS 0 macro
|
| H A D | t_zset.c | 3265 if (getTimeoutFromObjectOrReply(c,c->argv[c->argc-1],&timeout,UNIT_SECONDS) in blockingGenericZpopCommand()
|