2009-10-23 |
antirez | first skiplist fix, courtesy of valgrind |
blob | commitdiff | raw |
2009-10-23 |
antirez | zset symbols added to stack trace code. ZSets will... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | more work on ZSETs and a new make target called 32bit... |
blob | commitdiff | raw | diff to current |
2009-10-23 |
antirez | initial skiplist implementation. Most memory checks... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
antirez | Fixed compilation in mac os x snow leopard when compili... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
antirez | version incremented to 1.050 to distinguish from 1... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
antirez | SRANDMEMBER added |
blob | commitdiff | raw | diff to current |
2009-10-20 |
antirez | Imporant bug leading to data corruption fixed (NOT... |
blob | commitdiff | raw | diff to current |
2009-10-17 |
antirez | MSET fixed, was not able to replace keys already set... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
antirez | some dead code removed |
blob | commitdiff | raw | diff to current |
2009-10-16 |
antirez | multi bulk input protocol fixed |
blob | commitdiff | raw | diff to current |
2009-10-16 |
antirez | MSET and MSETNX commands implemented |
blob | commitdiff | raw | diff to current |
2009-10-07 |
antirez | undoed all the sds hacking that lead just to random... |
blob | commitdiff | raw | diff to current |
2009-10-07 |
antirez | initial multi-bulk query protocol, this will allow... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
antirez | Issue 69 fixed. Object integer encoding now works with... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
antirez | LREM fixed, used to crash since the new object integer... |
blob | commitdiff | raw | diff to current |
2009-09-17 |
antirez | maxmemory didn't worked in 64 systems for values >... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
antirez | incremented version number to 1.001, AKA Redis edge... |
blob | commitdiff | raw | diff to current |
2009-09-10 |
antirez | in-memory specialized object encoding (for now 32 signe... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
antirez | Redis version pushed to 1.0 |
blob | commitdiff | raw | diff to current |
2009-09-01 |
antirez | Fixed crash with only space and newline as command... |
blob | commitdiff | raw | diff to current |
2009-07-24 |
antirez | more snow leopard related fixes (for 32bit systems) |
blob | commitdiff | raw | diff to current |
2009-07-24 |
antirez | fixed compilation with Snow Leopard, thanks to Lon... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
antirez | Fixed NetBSD compile problems |
blob | commitdiff | raw | diff to current |
2009-07-17 |
antirez | now the size of the shared pool can be really modified... |
blob | commitdiff | raw | diff to current |
2009-07-04 |
antirez | Applied three different patches thanks to Chris Lamb... |
blob | commitdiff | raw | diff to current |
2009-07-03 |
antirez | bugfix: EXPIRE now propagates to the Slave. |
blob | commitdiff | raw | diff to current |
2009-06-16 |
antirez | Redis version modified to 0.900 |
blob | commitdiff | raw | diff to current |
2009-06-16 |
antirez | Better handling of background saving process killed... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
antirez | number of keys info in INFO command thanks to Diego... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
antirez | Clojure library thanks to Ragnar Dahlén |
blob | commitdiff | raw | diff to current |
2009-06-10 |
antirez | It is now possible to specify - as config file name... |
blob | commitdiff | raw | diff to current |
2009-06-09 |
antirez | max inline request raised again to 1024*1024*256 bytes |
blob | commitdiff | raw | diff to current |
2009-06-09 |
antirez | max bytes in an inline command raised to 1024*1024... |
blob | commitdiff | raw | diff to current |
2009-06-08 |
antirez | SPOP implemented. Hash table resizing for Sets and... |
blob | commitdiff | raw | diff to current |
2009-06-07 |
antirez | some minor changes to the backtrace code |
blob | commitdiff | raw | diff to current |
2009-06-07 |
antirez | enable backtrace capabilities only for Linux and MacOSX |
blob | commitdiff | raw | diff to current |
2009-06-07 |
antirez | Dump a backtrace on sigsegv/sigbus, original coded... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
antirez | Merge git://github.com/dierbro/redis |
blob | commitdiff | raw | diff to current |
2009-06-06 |
hrothgar | add more output |
blob | commitdiff | raw | diff to current |
2009-06-06 |
hrothgar | store static function pointer for a useful stack trace |
blob | commitdiff | raw | diff to current |
2009-06-05 |
antirez | Avoid a busy loop while sending very large replies... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
antirez | Kill the background saving process before performing... |
blob | commitdiff | raw | diff to current |
2009-06-05 |
antirez | LREM now returns :0 for non existing keys |
blob | commitdiff | raw | diff to current |
2009-06-05 |
hrothgar | - put some order in code |
blob | commitdiff | raw | diff to current |
2009-06-05 |
antirez | added config.h for #ifdef business isolation, added... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
hrothgar | remove die() :-) |
blob | commitdiff | raw | diff to current |
2009-06-04 |
hrothgar | initial commit print stack trace |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | DEBUG OBJECT implemented |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | backtrace support removed: unreliable stack trace :( |
blob | commitdiff | raw | diff to current |
2009-06-04 |
antirez | initial backtrace dumping on sigsegv/sigbus + debug... |
blob | commitdiff | raw | diff to current |
2009-06-03 |
antirez | shareobjectspoolsize implemented in reds.conf, in order... |
blob | commitdiff | raw | diff to current |
2009-05-27 |
antirez | maxmemory implemented |
blob | commitdiff | raw | diff to current |
2009-05-26 |
antirez | Redis git version modified to 0.101 in order to disting... |
blob | commitdiff | raw | diff to current |
2009-05-26 |
antirez | client libraries synched in git |
blob | commitdiff | raw | diff to current |
2009-05-26 |
antirez | ignore gcc warning about write() return code not checke... |
blob | commitdiff | raw | diff to current |
2009-05-26 |
antirez | max bytes of a received command enlarged from 1k to 16k |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | maxclients implemented, see redis.conf for details |
blob | commitdiff | raw | diff to current |
2009-05-25 |
antirez | INFO command now reports replication info |
blob | commitdiff | raw | diff to current |
2009-05-24 |
antirez | Warns if using the default config |
blob | commitdiff | raw | diff to current |
2009-05-23 |
antirez | SLAVEOF command implemented for replication remote... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | Fix: no connection timeout for the master! |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | replication slave timeout when receiving the initial... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | critical bug about glueoutputbuffers=yes fixed. Under... |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | TTL command implemented |
blob | commitdiff | raw | diff to current |
2009-05-22 |
antirez | S*STORE now return the cardinality of the resulting set |
blob | commitdiff | raw | diff to current |
2009-05-21 |
antirez | command postprocessing implemented into RubyRedis |
blob | commitdiff | raw | diff to current |
2009-05-20 |
antirez | Merge git://github.com/tmm1/redis |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Aman Gupta | Allow timeout=0 config to disable client timeouts |
blob | commitdiff | raw | diff to current |
2009-05-19 |
antirez | Partial qsort implemented in SORT command, only when... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Aman Gupta | Fix SINTER/UNIONSTORE to allow for &=/|= style operatio... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
Aman Gupta | Optimize SDIFF to return as soon as the result set... |
blob | commitdiff | raw | diff to current |
2009-05-17 |
antirez | SDIFF/SDIFFSTORE implemnted unifying it with the implem... |
blob | commitdiff | raw | diff to current |
2009-05-11 |
antirez | timestamp in log lines |
blob | commitdiff | raw | diff to current |
2009-05-09 |
antirez | DEL is now a vararg, IMPORTANT: memory leak fixed in... |
blob | commitdiff | raw | diff to current |
2009-05-06 |
antirez | Infinite number of arguments for MGET and all the other... |
blob | commitdiff | raw | diff to current |
2009-05-04 |
antirez | Warns if /proc/sys/vm/overcommit_memory is set to 0... |
blob | commitdiff | raw | diff to current |
2009-04-29 |
antirez | fixed for HT resize check 32bits overflow |
blob | commitdiff | raw | diff to current |
2009-04-29 |
antirez | Check for fork() failure in background saving |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | fix for the LZF off-by-one bug added |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | print bytes used at exit on SHUTDOWN |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | SMOVE command implemented |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | less CPU usage in command parsing, case insensitive... |
blob | commitdiff | raw | diff to current |
2009-04-28 |
antirez | GETSET implemented |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | ability to specify a different file name for the DB |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | log file parsing code improved a bit |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | bgsave_in_progress field in INFO output |
blob | commitdiff | raw | diff to current |
2009-04-27 |
antirez | INCRBY/DECRBY now support 64bit increments, with tests |
blob | commitdiff | raw | diff to current |
2009-04-21 |
antirez | FLUSHALL/FLUSHDB no longer sync on disk. Just increment... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
antirez | Non blocking replication (finally!). C-side linked... |
blob | commitdiff | raw | diff to current |
2009-04-19 |
antirez | SUNION, SUNIONSTORE, Initial work on non blocking repli... |
blob | commitdiff | raw | diff to current |
2009-04-10 |
antirez | Redis 0.091 released |
blob | commitdiff | raw | diff to current |
2009-04-10 |
antirez | SINTER/SINTERSTORE/SLEMENTS fix: misisng keys are now... |
blob | commitdiff | raw | diff to current |
2009-04-08 |
antirez | Merge git://github.com/ludoo/redis |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Bob Potter | Rearrange redisObject struct to reduce memory usage... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Bob Potter | 64bit fixes for usedmemory |
blob | commitdiff | raw | diff to current |
2009-04-07 |
antirez | RANDOMKEY issue 26 fixed, generic test + regression... |
blob | commitdiff | raw | diff to current |
2009-04-06 |
antirez | Don't accept SAVE if BGSAVE is in progress |
blob | commitdiff | raw | diff to current |
2009-04-03 |
antirez | persistent EXPIRE |
blob | commitdiff | raw | diff to current |
2009-04-03 |
antirez | dirty increment was missing in two points. TODO updated |
blob | commitdiff | raw | diff to current |
next |