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

Function setexCommand

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

Source from the content-addressed store, hash-verified

273}
274
275void 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
280void psetexCommand(client *c) {
281 c->argv[3] = tryObjectEncoding(c->argv[3]);

Callers

nothing calls this directly

Calls 2

tryObjectEncodingFunction · 0.85
setGenericCommandFunction · 0.85

Tested by

no test coverage detected