Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1132
void renameCommand(client *c) {
1133
renameGenericCommand(c,0);
1134
}
1135
1136
void renamenxCommand(client *c) {
1137
renameGenericCommand(c,1);
Callers
nothing calls this directly
Calls
1
renameGenericCommand
Function · 0.85
Tested by
no test coverage detected