Home
last modified time | relevance | path

Searched refs:zsetDictType (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dobject.c253 zs->dict = dictCreate(&zsetDictType,NULL); in createZsetObject()
H A Dserver.h1383 extern dictType zsetDictType;
H A Dt_zset.c1186 zs->dict = dictCreate(&zsetDictType,NULL); in zsetConvert()
H A Dserver.c607 dictType zsetDictType = { variable