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

Function renamenxCommand

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

Source from the content-addressed store, hash-verified

1134}
1135
1136void renamenxCommand(client *c) {
1137 renameGenericCommand(c,1);
1138}
1139
1140void moveCommand(client *c) {
1141 robj *o;

Callers

nothing calls this directly

Calls 1

renameGenericCommandFunction · 0.85

Tested by

no test coverage detected