Searched refs:setExpire (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | db.c | 761 if (expire != -1) setExpire(c->db,c->argv[2],expire); in renameGenericCommand() 827 if (expire != -1) setExpire(dst,c->argv[1],expire); in moveCommand() 847 void setExpire(redisDb *db, robj *key, long long when) { in setExpire() function 980 setExpire(c->db,key,when); in expireGenericCommand()
|
| H A D | t_string.c | 88 if (expire) setExpire(c->db,key,mstime()+milliseconds); in setGenericCommand()
|
| H A D | rdb.c | 1404 if (expiretime != -1) setExpire(db,key,expiretime); in rdbLoad()
|
| H A D | server.h | 1404 void setExpire(redisDb *db, robj *key, long long when);
|
| H A D | cluster.c | 4522 if (ttl) setExpire(c->db,c->argv[1],mstime()+ttl); in restoreCommand()
|