MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / dictInstancesValDestructor

Function dictInstancesValDestructor

src/sentinel.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected