Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/joeferner/redis-commander
/ refreshTree
Function
refreshTree
web/static/scripts/redisCommander.js:796–798 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
794
}
795
796
function
refreshTree () {
797
getKeyTree().refresh();
798
}
799
800
function
addKey (connectionId, key) {
801
if
(typeof(connectionId) ===
'object'
) {
Callers
9
setupEditDataModals
Function · 0.85
addNewKey
Function · 0.85
renameExistingKey
Function · 0.85
selectTreeNodeString
Function · 0.85
selectTreeNodeReJSON
Function · 0.85
deleteKey
Function · 0.85
deleteBranch
Function · 0.85
removeXSetElement
Function · 0.85
redisCommander.js
File · 0.85
Calls
1
getKeyTree
Function · 0.85
Tested by
no test coverage detected