summaryrefslogtreecommitdiff
path: root/zipmap.c
Commit message (Expand)AuthorAgeFilesLines
* zipmap fix for large valuesantirez2010-03-181-1/+1
* Hashes saving / fixesantirez2010-03-081-0/+9
* HSET fixes, now the new pointer is stored back in the object pointer fieldantirez2010-03-071-0/+7
* first implementation of HSET/HSET. More work neededantirez2010-03-061-0/+1
* zipmaps functions to get, iterate, test for existence. Initial works for Hash...antirez2010-03-051-19/+59
* zipmap iteration codeantirez2010-03-041-0/+41
* zipampDel() implementedantirez2010-03-031-1/+29
* minor fixes for zipmap.cantirez2010-02-281-3/+8
* first zipmap fix of a long sequence in the days to come ;)antirez2010-02-271-3/+4
* initial zipmap.c implementationantirez2010-02-271-0/+325