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

Function Python_DeserializeSession

plugins/python/redisgears_python.c:7463–7466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7461}
7462
7463static void* Python_DeserializeSession(Gears_BufferReader *br, char **err) {
7464 long version = RedisGears_BRReadLong(br);
7465 return PythonSessionCtx_Deserialize(br, version, err, false);
7466}
7467
7468static void Python_UnlinkSession(const char* sessionId) {
7469 PythonSessionCtx* s = PythonSessionCtx_Get(sessionId);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected