2012-02-01 |
antirez | A few SORT tests made more resistant to false negatives... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
antirez | New SORT tests checking the new more deterministic... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
antirez | Make SORT BY <constant> STORE ... to always produce... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
antirez | Order output of commands returning random arrays using... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
antirez | Fixed redis-benchmark --help output typo |
commit | commitdiff | tree | snapshot |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
antirez | minimal change to obuf-limits.tcl test to make sure... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #319 from fawek/lua-error-location |
commit | commitdiff | tree | snapshot |
2012-01-30 |
antirez | setKey(): call the higher level wrapper setModifiedKey... |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #321 from mkwiatkowski/ticket227 |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Michal Kwiatkowski | SORT with STORE removes key if result is empty. This... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Jakub Wieczorek | Lua reports line numbers off by one in error messages |
commit | commitdiff | tree | snapshot |
2012-01-26 |
antirez | false positive in expire tests mitigated with a sleep... |
commit | commitdiff | tree | snapshot |
2012-01-26 |
antirez | Less false positives for obuf-limits.tcl tests |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Added test for client output buffer limit (soft limit). |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Added test for client output buffer limit (hard limit). |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Fixed typo in getClientLimitClassByName() |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Fixed a non critical bug signaled by clang static analy... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
commit | commitdiff | tree | snapshot |
2012-01-25 |
antirez | aeCreateEventLoop() cleanup on error unified in a singl... |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Mukund Sivaraman | If aeApiCreate() fails, there's probably not much one... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | lenght -> length |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | redis.conf typo fixed in the client-output-buffer-limit... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | after all closing a client for output buffer limit... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | client-output-buffer-limit documented in redis.conf |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | Client output buffer limits: configuration of parameter... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
antirez | asyncCloseClientOnOutputBufferLimitReached() now ignore... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
antirez | client buffer handling refactoring and optimization |
commit | commitdiff | tree | snapshot |
2012-01-23 |
antirez | CLIENT LIST test fixed (there is a new omem field in... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
antirez | actually call the function to async free clients in... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
antirez | Implementation of the internals that make possible... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
antirez | Merge branch 'unstable' into limits |
commit | commitdiff | tree | snapshot |
2012-01-22 |
antirez | fixed typo in hahs function seed default value. It... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
antirez | typo in comment fixed |
commit | commitdiff | tree | snapshot |
2012-01-21 |
antirez | Fix for hash table collision attack. We simply randomiz... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
antirez | Better looking registers/stack dump |
commit | commitdiff | tree | snapshot |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x32 |
commit | commitdiff | tree | snapshot |
2012-01-20 |
antirez | added support to dump registers on crash on Linux x64 |
commit | commitdiff | tree | snapshot |
2012-01-20 |
antirez | all the stack trace related functions are now in debug... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
antirez | Introduced three client limit classes: normal, slave... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
antirez | Track the length of the client pending output buffers... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | It is now posible to flush all the previous saving... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Salvatore Sanfilippo | Merge pull request #279 from kashif/patch-1 |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | Don't change the replication state if SLAVE OF is calle... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | Obsolete SDS_ABORT_ON_OOM removed from sds.c |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | sds.c no longe pre-allocate more than 1MB of free space... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
antirez | added a comment on top of the zslRandomLevel() function |
commit | commitdiff | tree | snapshot |
2012-01-12 |
antirez | Possible fix for false positives in issue 141 regressio... |
commit | commitdiff | tree | snapshot |
2012-01-12 |
antirez | On crash print information about the current client... |
commit | commitdiff | tree | snapshot |
2012-01-11 |
antirez | error in comment fixed |
commit | commitdiff | tree | snapshot |
2012-01-10 |
antirez | show GCC version in INFO output. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
antirez | version bumped to 2.9.3 |
commit | commitdiff | tree | snapshot |
2012-01-06 |
antirez | Regression test for the main problem causing issue... |
commit | commitdiff | tree | snapshot |
2012-01-06 |
antirez | Regression tests for protocol desync bug related to... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
antirez | Protections against protocol desyncs, leading to infini... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
antirez | Protocol and I/O related defines moved into a separated... |
commit | commitdiff | tree | snapshot |
2011-12-31 |
antirez | A few no longer used defines removed from redis.h |
commit | commitdiff | tree | snapshot |
2011-12-30 |
antirez | Fixed replication when multiple slaves are attaching... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Kashif Rasul | Fixed some typos in redis.conf. |
commit | commitdiff | tree | snapshot |
2011-12-23 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
antirez | Added regression test for ZUNIONSTORE creating NaN... |
commit | commitdiff | tree | snapshot |
2011-12-23 |
antirez | Prevent NaN scores in sorted sets resulting from calls... |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Salvatore Sanfilippo | Merge pull request #268 from diegok/unstable |
commit | commitdiff | tree | snapshot |
2011-12-22 |
diegok | Fixed a config docs typo. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | sligthly better AOF related logs |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | Log when the child rewriting the AOF is killed by stopA... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | server.replstate -> server.repl_state |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | some RDB server struct fields renamed. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | more AOF server struct fields renamed. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | AOF fileds in the global server state, and define names... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | AOF refactoring, now with three states: ON, OFF, WAIT_R... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | server.appendonly -> server.aof_state, and many comment... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | A test modified to pass with the new AOF start/stop... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
antirez | Redis test: when assertion fails print not just the... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
antirez | Do not propagate DEBUG LOADAOF |
commit | commitdiff | tree | snapshot |
2011-12-20 |
antirez | startAppendOnly() fixed to set server.appendonly to... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Salvatore Sanfilippo | Merge pull request #258 from miaout17/bugfix-247 |
commit | commitdiff | tree | snapshot |
2011-12-19 |
BigCat | I found that no test will fail even if I broke the... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
BigCat | Fix issue #247 : Accepting non-integer parameters when... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
antirez | version bumped to 2.9.2 |
commit | commitdiff | tree | snapshot |
2011-12-19 |
antirez | unit/introspection.tcl added |
commit | commitdiff | tree | snapshot |
2011-12-19 |
antirez | unit/introspection added among tests executed by default |
commit | commitdiff | tree | snapshot |
2011-12-19 |
antirez | Fixed memleak in CLIENT INFO, added simple test that... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
antirez | added assertion in zslInsert() that ensures the inserte... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
antirez | ae.c: solved a memory leak with no practical effects... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
antirez | Fix: when aof_write_rewrite is true don't append on... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
antirez | AOF fixes in the context of replicaiton (when AOF is... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
antirez | ae_epoll.c typo introduced in the previous commit fixed. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
antirez | Max limit to 10k clients removed, this implements featu... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
antirez | List connected slaves with ip,port,state information... |
commit | commitdiff | tree | snapshot |
next |