antirez
|
482b672df1
|
random refactoring and speedups
|
2010-05-16 02:02:46 +02:00 |
|
antirez
|
5d373da96a
|
ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE
|
2010-05-14 18:58:37 +02:00 |
|
antirez
|
a0e7e5f516
|
swap file name pid expansion removed. Not suited for mission critical software...
|
2010-05-07 09:36:37 +02:00 |
|
antirez
|
bdcb92f273
|
shareobjects feautres killed - no gains most of the time, but VM complexities
|
2010-04-09 17:13:39 +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
|
248ea31003
|
Fixed a critical replication bug: binary values issued with the multi bulk protocol caused a protocol desync with slaves.
|
2010-03-26 10:56:27 +01:00 |
|
antirez
|
ad6de43c80
|
zipmap fix for large values
|
2010-03-18 03:23:44 +01:00 |
|
antirez
|
9c8e3cee26
|
Append only file support for hashes
|
2010-03-14 13:40:41 +01:00 |
|
antirez
|
b1befe6a8e
|
Hashes saving / fixes
|
2010-03-08 21:33:07 +01:00 |
|
antirez
|
d5d55fc319
|
loading side of the threaded VM
|
2010-01-28 10:12:04 -05:00 |
|
antirez
|
b0d8747dae
|
VM tuning thanks to redis-stat vmstat. Now it performs much better under high load
|
2010-01-22 12:58:11 -05:00 |
|
antirez
|
33843a90aa
|
static symbols update
|
2010-01-17 11:24:37 -05:00 |
|
antirez
|
a5819310b0
|
more steps towards a working non blocking VM
|
2010-01-11 17:26:58 -05:00 |
|
antirez
|
f11b864714
|
a few non blocking VM bugs fixed
|
2010-01-11 12:45:15 -05:00 |
|
antirez
|
a69a0c9c3b
|
More threaded I/O VM work + Redis init script
|
2010-01-11 05:15:54 -05:00 |
|
antirez
|
4ef8de8ad7
|
basic VM mostly working!
|
2010-01-05 12:46:59 -05:00 |
|
antirez
|
b177fd30ac
|
New vararg BLPOP able to block against multiple keys
|
2010-01-02 09:06:44 -05:00 |
|
antirez
|
4409877e19
|
not yet working BLPOP implementation
|
2009-12-29 14:59:40 -05:00 |
|
antirez
|
dfc5e96ce5
|
Fixed issued #85 (getDecodedObject: Assertion 1 != 1 failed. While sorting a set), added a smarter assert() function to dump the stacktrace, provided a macro to initalize Redis objects on the stack to avoid this kind of bugs.
|
2009-11-30 20:25:06 +01:00 |
|
antirez
|
9d65a1bbae
|
log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version
|
2009-11-26 18:10:02 +01:00 |
|
antirez
|
bcfc686db7
|
Tcl script, make target, and redis.c changes to build the static symbol table automagically
|
2009-11-10 19:20:32 +01:00 |
|