2010-01-15 |
antirez | Create swap file only if not exists |
blob | commitdiff | raw |
2010-01-15 |
antirez | I hate warnings |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | fixed a minor memory leak in configuration file parsing |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | minor fix |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | support for named VM swap file. Fixed a few important... |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | useless debugging messages removed |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | thread safe zmalloc used memory counter |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | A define to make Redis more helgrind friendly |
blob | commitdiff | raw | diff to current |
2010-01-15 |
antirez | removed a few races from threaded VM |
blob | commitdiff | raw | diff to current |
2010-01-14 |
antirez | Fixed a never experienced, theoretical bug that can... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
antirez | Set the new threads stack size to a LZF friendly amount |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | access to already freed job structure fixed by statemen... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | removed a useless debugging message |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | Wait zero active threads condition before to fork(... |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | list API is now thread safe |
blob | commitdiff | raw | diff to current |
2010-01-13 |
antirez | minor TODO and debugging info changes |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | support for blocking VM in config file |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | more non blocking VM changes |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | a few more stuff in INFO about VM. Test #11 changed... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | Added a define to configure how many completed IO jobs... |
blob | commitdiff | raw | diff to current |
2010-01-12 |
antirez | Fixed a bug in the IO Job canceling funtion |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | more steps towards a working non blocking VM |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | converted random printfs in debug logs |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | removed a bug introduced with non blocking VM |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | a few non blocking VM bugs fixed |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | More work on non-blocking VM. Should work in a few... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
antirez | More threaded I/O VM work + Redis init script |
blob | commitdiff | raw | diff to current |
2010-01-10 |
antirez | more work on VM threaded I/O. Still nothing of usable |
blob | commitdiff | raw | diff to current |
2010-01-09 |
antirez | non-blocking VM data structures, just a start |
blob | commitdiff | raw | diff to current |
2010-01-08 |
antirez | used_memory_human added to INFO output. Human readable... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | Now DEBUG OBJECT plays well with swapped out objects |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | fflush VM swap file after object swapping |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | VM now swaps objects out while loading datasets not... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | added process id information in INFO |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | a new default redis.conf |
blob | commitdiff | raw | diff to current |
2010-01-07 |
antirez | VM stats in INFO command |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | Introduced a new log verbosity level, so now DEBUG... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | fixed a bug in bgsave when VM is off but still it was... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | converted a few calls to assert() => redisAssert()... |
blob | commitdiff | raw | diff to current |
2010-01-06 |
antirez | BGREWRITEAOF now works with swapping on |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | A first fix for SET key overwrite |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | SAVE now works with VM |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | swapping algorithm a bit more aggressive under low... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | basic VM mostly working! |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | New object field (one of the unused bytes) to hold... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | VM internals bugfixes, set 1 |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | load key from swap on key lookup |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | more object-level VM primitives |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | Redis objects swapping / loading |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | rdbLoadObject() as a separated function to load objects... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
antirez | VM low level pages handling |
blob | commitdiff | raw | diff to current |
2010-01-04 |
antirez | vm swap file creation, and some basic configuration |
blob | commitdiff | raw | diff to current |
2010-01-04 |
antirez | version marked 1.3.2 |
blob | commitdiff | raw | diff to current |
2010-01-04 |
antirez | saving code refactored a bit, added a function returnin... |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | Now the PUSH side of RPOPLPUSH is able to unblock clien... |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | Version is now 1.3.1 |
blob | commitdiff | raw | diff to current |
2010-01-02 |
antirez | New vararg BLPOP able to block against multiple keys |
blob | commitdiff | raw | diff to current |
2009-12-30 |
antirez | fixed a problem with BLPOP timeout of zero, now it... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | BLPOP timeouts implemented |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | first working implementation of BLPOP and BRPOP, still... |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | a few more fixes, still broken |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | First fix, still broken |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | minor fix for Linux 64 bit |
blob | commitdiff | raw | diff to current |
2009-12-29 |
antirez | not yet working BLPOP implementation |
blob | commitdiff | raw | diff to current |
2009-12-28 |
antirez | AOFSYNC removed, got a better idea... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
antirez | AOFSYNC command implemented |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | Version changed to 1.3.0, welcome to the new unstable |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | Now MULTI returns +OK as well |
blob | commitdiff | raw | diff to current |
2009-12-27 |
antirez | MULTI/EXEC first implementation |
blob | commitdiff | raw | diff to current |
2009-12-24 |
antirez | Fixed a minor bug in GETSET, now the SET part is not... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
antirez | version is now 1.1.94 |
blob | commitdiff | raw | diff to current |
2009-12-23 |
antirez | Add the command name in the unknown command error message. |
blob | commitdiff | raw | diff to current |
2009-12-22 |
antirez | ZRANGE, ZREVRANGE now support WITHSCORES options |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | Now SORT returns an empty bulk reply if the key does... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | SHUTDOWN now does the right thing when append only... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | Added a missing server.dirty increment in a non critica... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
antirez | LTRIM now returns +OK against non existing keys. More... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | LZF compression re-enabled by default, but with INIT_HT... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | lzf compression switched off by default now, with confi... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
antirez | Regression for epoll bug in redis-test.tcl, version... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | version is now 1.1.92 |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Two important fixes to append only file: zero length... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | debug loadaof implemented in order to add more consiste... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Added a new test able to stress a lot the snapshotting... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Unified handling of empty queries with normal queries. |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Fixed some subtle bug in the command processing code... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
antirez | Fixed issue #121 |
blob | commitdiff | raw | diff to current |
2009-12-13 |
antirez | Changed the reply of BGSAVE and BGREWRITEAOF from ... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
antirez | Set the master->slave logical client as authenticated... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
antirez | bgrewriteaof_in_progress added to INFO |
blob | commitdiff | raw | diff to current |
2009-12-11 |
antirez | some change to redis-sha1.rb utility to make it more... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
antirez | a bit more verbose -ERR wrong number o arguments error... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
antirez | TODO change and minor SETNX optimization |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | in rdbLoadDoubleValue now the buffer is nul terminated... |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | printf format warnings fixed by casting |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | Regression tests for SETNX and MSETNX bugs added |
blob | commitdiff | raw | diff to current |
2009-12-06 |
antirez | SETNX and MSETNX now respect the delete-on-write operat... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | Fixed daemonization when using kqueue/kevent. Now the... |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | more HTML doc changes |
blob | commitdiff | raw | diff to current |
2009-12-05 |
antirez | use __attribute__ format in sdscatprintf() when the... |
blob | commitdiff | raw | diff to current |
next |