| 273 | } |
| 274 | |
| 275 | void setexCommand(client *c) { |
| 276 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
| 277 | setGenericCommand(c,OBJ_EX,c->argv[1],c->argv[3],c->argv[2],UNIT_SECONDS,NULL,NULL); |
| 278 | } |
| 279 | |
| 280 | void psetexCommand(client *c) { |
| 281 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
nothing calls this directly
no test coverage detected