MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dictInstancesValDestructor

Function dictInstancesValDestructor

app/redis-6.2.6/src/sentinel.c:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411void releaseSentinelRedisInstance(sentinelRedisInstance *ri);
412
413void dictInstancesValDestructor (void *privdata, void *obj) {
414 UNUSED(privdata);
415 releaseSentinelRedisInstance(obj);
416}
417
418/* Instance name (sds) -> instance (sentinelRedisInstance pointer)
419 *

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected