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

Function renameCommand

app/redis-6.2.6/src/db.c:1132–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130}
1131
1132void renameCommand(client *c) {
1133 renameGenericCommand(c,0);
1134}
1135
1136void renamenxCommand(client *c) {
1137 renameGenericCommand(c,1);

Callers

nothing calls this directly

Calls 1

renameGenericCommandFunction · 0.85

Tested by

no test coverage detected