MCPcopy Create free account
hub / github.com/F-Stack/f-stack / psetexCommand

Function psetexCommand

app/redis-6.2.6/src/t_string.c:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void 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
285int getGenericCommand(client *c) {
286 robj *o;

Callers

nothing calls this directly

Calls 2

tryObjectEncodingFunction · 0.85
setGenericCommandFunction · 0.85

Tested by

no test coverage detected