| 285 | } |
| 286 | |
| 287 | void psetexCommand(client *c) { |
| 288 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
| 289 | setGenericCommand(c,OBJ_PX,c->argv[1],c->argv[3],c->argv[2],UNIT_MILLISECONDS,NULL,NULL); |
| 290 | } |
| 291 | |
| 292 | int getGenericCommand(client *c) { |
| 293 | robj_roptr o; |
nothing calls this directly
no test coverage detected