Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added dictFetchValue() to dict.c to make hash table API a bit less verbose in... | antirez | 2010-04-16 | 1 | -0/+1 |
* | Active rehashing | antirez | 2010-04-15 | 1 | -12/+13 |
* | Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord... | antirez | 2010-04-15 | 1 | -21/+32 |
* | Prevent hash table resize while there are active child processes in order to ... | antirez | 2010-04-08 | 1 | -0/+2 |
* | A problem with replication with multiple slaves connectiong to a single maste... | antirez | 2010-02-19 | 1 | -1/+1 |
* | SPOP implemented. Hash table resizing for Sets and Expires too. Changed the r... | antirez | 2009-06-08 | 1 | -1/+1 |
* | dict.c modified to be able to handle more than 150,000,000 keys | antirez | 2009-04-30 | 1 | -4/+4 |
* | Initial implementation of EXPIRE | antirez | 2009-04-01 | 1 | -2/+2 |
* | first commit | antirez | 2009-03-22 | 1 | -0/+136 |