Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ renamenxCommand
Function
renamenxCommand
src/db.cpp:1527–1529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1525
}
1526
1527
void renamenxCommand(client *c) {
1528
renameGenericCommand(c,1);
1529
}
1530
1531
void moveCommand(client *c) {
1532
robj *o;
Callers
nothing calls this directly
Calls
1
renameGenericCommand
Function · 0.85
Tested by
no test coverage detected