summaryrefslogtreecommitdiff
path: root/dict.c
Commit message (Expand)AuthorAgeFilesLines
* Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noord...antirez2010-04-151-120/+221
* dict.c fixed to play well with enabling/disabling of the hash tableantirez2010-04-101-2/+2
* last change reverted as it was unstable... more testing neededantirez2010-04-081-1/+1
* Prevent hash table resize while there are active child processes in order to ...antirez2010-04-081-1/+16
* Fixed a bug in HSET, a memory leak, and a theoretical bug in dict.cantirez2010-03-171-2/+8
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* fixed a refcounting bug with SORT ... STORE leading to random crashesroot2009-11-041-3/+6
* more fixes for dict.c and the 150 million keys limitantirez2009-04-301-1/+1
* dict.c modified to be able to handle more than 150,000,000 keysantirez2009-04-301-16/+16
* dictGetRandomKey bug fixed, RANDOMKEY will not block the server anymoreantirez2009-04-231-1/+1
* feature macros defined to play well with C99antirez2009-03-271-0/+2
* first commitantirez2009-03-221-0/+579