MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / psetexCommand

Function psetexCommand

src/t_string.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void 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
292int getGenericCommand(client *c) {
293 robj_roptr o;

Callers

nothing calls this directly

Calls 2

tryObjectEncodingFunction · 0.85
setGenericCommandFunction · 0.85

Tested by

no test coverage detected