Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1136
void renamenxCommand(client *c) {
1137
renameGenericCommand(c,1);
1138
}
1139
1140
void moveCommand(client *c) {
1141
robj *o;
Callers
nothing calls this directly
Calls
1
renameGenericCommand
Function · 0.85
Tested by
no test coverage detected