MCPcopy Create free account
hub / github.com/RedisGears/RedisGears / PyObjRecordSet

Function PyObjRecordSet

plugins/python/redisgears_python.c:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129static void PyObjRecordSet(Record* base, PyObject* obj){
130 RedisModule_Assert(base->type == pythonRecordType);
131 PythonRecord* r = (PythonRecord*)base;
132 r->obj = obj;
133}
134
135
136/*

Calls

no outgoing calls

Tested by

no test coverage detected