summaryrefslogtreecommitdiff
path: root/dict.h
Commit message (Expand)AuthorAgeFilesLines
* added dictFetchValue() to dict.c to make hash table API a bit less verbose in...antirez2010-04-161-0/+1
* Active rehashingantirez2010-04-151-12/+13
* Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord...antirez2010-04-151-21/+32
* Prevent hash table resize while there are active child processes in order to ...antirez2010-04-081-0/+2
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* SPOP implemented. Hash table resizing for Sets and Expires too. Changed the r...antirez2009-06-081-1/+1
* dict.c modified to be able to handle more than 150,000,000 keysantirez2009-04-301-4/+4
* Initial implementation of EXPIREantirez2009-04-011-2/+2
* first commitantirez2009-03-221-0/+136