| 84 | }PythonRecord; |
| 85 | |
| 86 | static inline void GearsPyDecRef(PyObject* obj){ |
| 87 | RedisModule_Assert(obj->ob_refcnt > 0); |
| 88 | Py_DECREF(obj); |
| 89 | } |
| 90 | |
| 91 | static int PyInitializeRedisAI(){ |
| 92 | if (globals.redisAILoaded){ |
no outgoing calls
no test coverage detected