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

Function getCommand

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

Source from the content-addressed store, hash-verified

297}
298
299void getCommand(client *c) {
300 getGenericCommand(c);
301}
302
303/*
304 * GETEX <key> [PERSIST][EX seconds][PX milliseconds][EXAT seconds-timestamp][PXAT milliseconds-timestamp]

Callers

nothing calls this directly

Calls 1

getGenericCommandFunction · 0.85

Tested by

no test coverage detected