Home
last modified time | relevance | path

Searched refs:dictSetUnsignedIntegerVal (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/src/
H A Ddict.h117 #define dictSetUnsignedIntegerVal(entry, _val_) \ macro
H A Dsentinel.c3648 dictSetUnsignedIntegerVal(de,oldval+1); in sentinelLeaderIncr()
3653 dictSetUnsignedIntegerVal(de,1); in sentinelLeaderIncr()
H A Dcluster.c1109 dictSetUnsignedIntegerVal(de,time(NULL)+CLUSTER_BLACKLIST_TTL); in clusterBlacklistAddNode()