Searched refs:setExpire (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | expire.c | 443 setExpire(c,c->db,key,when); in expireGenericCommand()
|
| H A D | db.c | 899 if (expire != -1) setExpire(c,c->db,c->argv[2],expire); in renameGenericCommand() 965 if (expire != -1) setExpire(c,dst,c->argv[1],expire); in moveCommand() 1076 void setExpire(client *c, redisDb *db, robj *key, long long when) { in setExpire() function
|
| H A D | t_string.c | 88 if (expire) setExpire(c,c->db,key,mstime()+milliseconds); in setGenericCommand()
|
| H A D | server.h | 1821 void setExpire(client *c, redisDb *db, robj *key, long long when);
|
| H A D | rdb.c | 2024 if (expiretime != -1) setExpire(NULL,db,key,expiretime); in rdbLoadRio()
|
| H A D | module.c | 1641 setExpire(key->ctx->client,key->db,key->key,expire); in RM_SetExpire()
|
| H A D | cluster.c | 4931 setExpire(c,c->db,c->argv[1],ttl); in restoreCommand()
|