]> git.saurik.com Git - redis.git/history - ziplist.h
change delete function to accept a direction argument, so "p" can be properly updated
[redis.git] / ziplist.h
2010-05-29  Pieter Noordhuischange delete function to accept a direction argument...
2010-05-29  Pieter Noordhuisexpose extra functionality from ziplist.c
2010-05-29  Pieter NoordhuisziplistIndex now accepts negative indices
2010-05-29  Pieter Noordhuisfix compile warnings
2010-05-29  Pieter Noordhuisadd function to retrieve ziplist size in bytes
2010-05-29  Pieter Noordhuisadd function to retrieve length of ziplist
2010-05-29  Pieter Noordhuisadded header ziplist.h
2010-05-29  Pieter Noordhuisimplementation for a ziplist with push and pop support