summaryrefslogtreecommitdiff
path: root/dict.h
AgeCommit message (Collapse)Author
2021-01-25Stack allocate dict iteratorsBjorn Svensson
Replacing the get & release functions with an initiation function. Simplifies the code and will make sure we run subscription callbacks in OOM scenarios.
2011-01-14Make dictionary functions static and include the .c filePieter Noordhuis
2010-12-31Remove unused code/cleanupPieter Noordhuis
2010-12-31Import dictionary code from Redis repository (as of 2069d06a)Pieter Noordhuis