Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ RdbSaveGraph
Function
RdbSaveGraph
src/serializers/encoder/encode_graph.c:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"v13/encode_v13.h"
9
10
void RdbSaveGraph(RedisModuleIO *rdb, void *value) {
11
RdbSaveGraph_v13(rdb, value);
12
}
13
Callers
2
_GraphMetaType_RdbSave
Function · 0.85
_GraphContextType_RdbSave
Function · 0.85
Calls
1
RdbSaveGraph_v13
Function · 0.85
Tested by
no test coverage detected