antirez
|
58e1c9c143
|
added dictFetchValue() to dict.c to make hash table API a bit less verbose in the common cases
|
2010-04-16 10:04:51 +02:00 |
|
antirez
|
8ca3e9d10b
|
Active rehashing
|
2010-04-15 18:07:57 +02:00 |
|
antirez
|
5413c40da7
|
Incrementally rehahsing hash table! Thanks to Derek Collison and Pieter Noordhuis for feedbacks/help
|
2010-04-15 11:59:13 +02:00 |
|
antirez
|
884d4b39d4
|
Prevent hash table resize while there are active child processes in order to play well with copy on write
|
2010-04-08 20:08:51 +02:00 |
|
antirez
|
12d090d2d0
|
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
|
2010-02-19 11:23:57 +01:00 |
|
antirez
|
12fea92890
|
SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP.
|
2009-06-08 23:51:35 +02:00 |
|
antirez
|
f2923becc6
|
dict.c modified to be able to handle more than 150,000,000 keys
|
2009-04-30 14:48:02 +02:00 |
|
antirez
|
3305306f09
|
Initial implementation of EXPIRE
|
2009-04-01 13:22:35 +02:00 |
|
antirez
|
ed9b544e10
|
first commit
|
2009-03-22 10:30:00 +01:00 |
|