| 278 | } |
| 279 | |
| 280 | void psetexCommand(client *c) { |
| 281 | c->argv[3] = tryObjectEncoding(c->argv[3]); |
| 282 | setGenericCommand(c,OBJ_PX,c->argv[1],c->argv[3],c->argv[2],UNIT_MILLISECONDS,NULL,NULL); |
| 283 | } |
| 284 | |
| 285 | int getGenericCommand(client *c) { |
| 286 | robj *o; |
nothing calls this directly
no test coverage detected