]> git.saurik.com Git - redis.git/history - zipmap.c
fix lookup of keys with length larger than ZIPMAP_BIGLEN
[redis.git] / zipmap.c
2010-05-20  Pieter Noordhuisfix lookup of keys with length larger than ZIPMAP_BIGLEN
2010-04-01  antirezMerge branch 'zipmap' of git://github.com/pietern/redis
2010-04-01  Pieter Noordhuisupdate the zipmap entry in-place instead of appending it
2010-04-01  Pieter Noordhuisupdated zipmap documentation to match the implementation
2010-04-01  Pieter Noordhuisallow 4 free trailing bytes for each value
2010-04-01  Pieter Noordhuisuse function to determine length of a single entry
2010-03-28  Pieter Noordhuisremoved references in code to ZIPMAP_EMPTY
2010-03-28  Pieter Noordhuisuse first byte of zipmap to store length
2010-03-28  Pieter Noordhuisimplemented strategy that doesn't use free blocks in...
2010-03-18  antirezzipmap fix for large values
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-08  antirezHashes saving / fixes
2010-03-07  antirezHSET fixes, now the new pointer is stored back in the...
2010-03-06  antirezfirst implementation of HSET/HSET. More work needed
2010-03-05  antirezzipmaps functions to get, iterate, test for existence...
2010-03-04  antirezzipmap iteration code
2010-03-03  antirezzipampDel() implemented
2010-02-28  antirezminor fixes for zipmap.c
2010-02-27  antirezfirst zipmap fix of a long sequence in the days to...
2010-02-27  antirezinitial zipmap.c implementation