| 280 | } |
| 281 | |
| 282 | void setexCommand(client *c) { |
| 283 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
| 284 | setGenericCommand(c,OBJ_EX,c->argv[1],c->argv[3],c->argv[2],UNIT_SECONDS,NULL,NULL); |
| 285 | } |
| 286 | |
| 287 | void psetexCommand(client *c) { |
| 288 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
nothing calls this directly
no test coverage detected