2012-04-03 |
antirez | When the user-provided 'maxclients' value is too big...
|
commit | commitdiff | tree |
2012-04-03 |
antirez | redis-trib.rb removed from 2.6 branch.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | MIGRATE test modified because the implementation changed.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | MIGRATE now let the client distinguish I/O errors and...
|
commit | commitdiff | tree |
2012-04-02 |
antirez | Version bumped 2.4.5
|
commit | commitdiff | tree |
2012-04-02 |
antirez | DUMP, RESTORE, MIGRATE tests.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | New verions of DUMP, RESTORE, MIGRATE back ported from...
|
commit | commitdiff | tree |
2012-04-02 |
antirez | CRC64 implementation added to Redis code base.
|
commit | commitdiff | tree |
2012-04-02 |
antirez | Write RDB magic using a REDIS_RDB_VERSION define that...
|
commit | commitdiff | tree |
2012-03-31 |
antirez | syncio.c calls in replication.c fixed for the new millisecon...
|
commit | commitdiff | tree |
2012-03-31 |
antirez | Better syncio.c with millisecond resolution.
|
commit | commitdiff | tree |
2012-03-30 |
antirez | Purely aesthetic code change.
|
commit | commitdiff | tree |
2012-03-30 |
antirez | Regression test for issue 417 (memory leak when replicating...
|
commit | commitdiff | tree |
2012-03-29 |
antirez | Fixed typo in comment: "te" -> "the".
|
commit | commitdiff | tree |
2012-03-29 |
antirez | Fix for slaves chains. Force resync of slaves (simply...
|
commit | commitdiff | tree |
2012-03-29 |
antirez | Test for redis.sha1hex().
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Fixes for redisLogFromHandler().
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Log from signal handlers is now safer.
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Redis test: regexp to check if valgrind reported errors...
|
commit | commitdiff | tree |
2012-03-28 |
antirez | define zlibc_free() in a way that is not shadowed by...
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Produce the watchlog warning log in a way that is safer...
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Mask SIGALRM everything but in the main thread.
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Correctly set the SIGARLM timer for the software watchdog.
|
commit | commitdiff | tree |
2012-03-28 |
antirez | Redis software watchdog.
|
commit | commitdiff | tree |
2012-03-27 |
antirez | SIGSEGV handler refactored so that we can reuse stack...
|
commit | commitdiff | tree |
2012-03-25 |
antirez | CONFIG RESETSTAT resets two more fields.
|
commit | commitdiff | tree |
2012-03-25 |
antirez | New INFO field aof_delayed_fsync introduced.
|
commit | commitdiff | tree |
2012-03-25 |
antirez | Version is now 2.5.3.
|
commit | commitdiff | tree |
2012-03-25 |
antirez | convert-zipmap-hash-on-load false positive fixed.
|
commit | commitdiff | tree |
2012-03-24 |
antirez | When running the test in valgrind mode, pass the right...
|
commit | commitdiff | tree |
2012-03-24 |
antirez | Add used allocator in redis-server -v output.
|
commit | commitdiff | tree |
2012-03-24 |
antirez | convert-zipmap-hash-on-load test enabled
|
commit | commitdiff | tree |
2012-03-23 |
antirez | Contextualize comment.
|
commit | commitdiff | tree |
2012-03-23 |
antirez | Merge remote-tracking branch 'origin/2.6' into 2.6
|
commit | commitdiff | tree |
2012-03-23 |
antirez | RDB load of different encodings test added.
|
commit | commitdiff | tree |
2012-03-23 |
antirez | Fixed memory leak in hash loading.
|
commit | commitdiff | tree |
2012-03-23 |
antirez | RDB load of different encodings test added.
|
commit | commitdiff | tree |
2012-03-23 |
antirez | Big endian fix. The bug was introduced because of a...
|
commit | commitdiff | tree |
2012-03-23 |
antirez | Replicate HINCRBYFLOAT as HSET.
|
commit | commitdiff | tree |
2012-03-22 |
antirez | Code style hack.
|
commit | commitdiff | tree |
2012-03-22 |
antirez | Result of INCRBYFLOAT and HINCRBYFLOAT should never...
|
commit | commitdiff | tree |
2012-03-22 |
antirez | Comments about security of slave-read-only in redis...
|
commit | commitdiff | tree |
2012-03-22 |
antirez | Correctly create shared.oomerr as an sds string.
|
commit | commitdiff | tree |
2012-03-22 |
antirez | DEBUG should not be flagged as w otherwise we can not...
|
commit | commitdiff | tree |
2012-03-22 |
antirez | Support for read-only slaves. Semantical fixes.
|
commit | commitdiff | tree |
2012-03-20 |
antirez | Redis cluster stuff removed from 2.6 redis.conf file.
|
commit | commitdiff | tree |
2012-03-20 |
antirez | redis_init_script template updated.
|
commit | commitdiff | tree |
2012-03-19 |
antirez | Fixed typo in 2.6 release notes.
|
commit | commitdiff | tree |
2012-03-19 |
antirez | Merge remote-tracking branch 'origin/2.6' into 2.6
|
commit | commitdiff | tree |
2012-03-19 |
antirez | Suppress warnings compiling redis-cli with certain...
|
commit | commitdiff | tree |
2012-03-19 |
antirez | Read-only flag removed from PUBLISH command.
|
commit | commitdiff | tree |
2012-03-19 |
antirez | Memory addressing test implemented.
|
commit | commitdiff | tree |
2012-03-18 |
antirez | More memory tests implemented. Default number of iterations...
|
commit | commitdiff | tree |
2012-03-18 |
antirez | Fixed typo.
|
commit | commitdiff | tree |
2012-03-18 |
antirez | Number of iteration of --test-memory is now 300 (several...
|
commit | commitdiff | tree |
2012-03-18 |
antirez | On crash suggest to give --test-memory a try.
|
commit | commitdiff | tree |
2012-03-18 |
antirez | Memory test function now less boring thanks to screen...
|
commit | commitdiff | tree |
2012-03-18 |
antirez | Hem... actual memtest.c file added.
|
commit | commitdiff | tree |
2012-03-18 |
antirez | First implementation of --test-memory. Still a work...
|
commit | commitdiff | tree |
2012-03-15 |
antirez | Fix for issue #391.
|
commit | commitdiff | tree |
2012-03-14 |
antirez | Version bumped to 2.5.2
|
commit | commitdiff | tree |
2012-03-14 |
antirez | Reclaim space from the client querybuf if needed.
|
commit | commitdiff | tree |
2012-03-14 |
antirez | sds.c: sdsAllocSize() function added.
|
commit | commitdiff | tree |
2012-03-14 |
antirez | sds.c new function sdsRemoveFreeSpace().
|
commit | commitdiff | tree |
2012-03-14 |
antirez | Call all the helper functions needed by clientsCron...
|
commit | commitdiff | tree |
2012-03-13 |
antirez | CLIENT LIST test modified to reflect the new output.
|
commit | commitdiff | tree |
2012-03-13 |
antirez | Process async client checks like client timeouts and...
|
commit | commitdiff | tree |
2012-03-13 |
antirez | Added a qbuf-free field to CLIENT LIST output.
|
commit | commitdiff | tree |
2012-03-13 |
antirez | Client creation time in redisClient structure. New...
|
commit | commitdiff | tree |
2012-03-13 |
antirez | c->bufpos initialization moved for aesthetics.
|
commit | commitdiff | tree |
2012-03-13 |
antirez | RDB hashes loading, fixed another bug in the loading...
|
commit | commitdiff | tree |
2012-03-13 |
antirez | RDB hashes loading fixed removing the assertion that...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | RDB4 support in redis-check-dump.
|
commit | commitdiff | tree |
2012-03-10 |
antirez | RDB version is no 4, because small hashes are now encoded...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Version is now 2.5.1, first unstable release of Redis 2.6
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Build dependencies updated.
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Redis 2.6 branch obtained from unstable removing all...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | hash-max-zipmap-... renamed hash-max-ziplist-... in...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | More vertical space saved.
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Minor code aesthetic change to use Redis code base...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Removed handling of deprecated hash-max-zipmap-entries...
|
commit | commitdiff | tree |
2012-03-10 |
antirez | Added a top-function comment to rioWriteHashIteratorCursor...
|
commit | commitdiff | tree |
2012-03-09 |
antirez | Merge conflicts resolved.
|
commit | commitdiff | tree |
2012-03-08 |
antirez | Instantaneous ops/sec figure in INFO output.
|
commit | commitdiff | tree |
2012-03-08 |
antirez | Support for all the redis.conf fields in CONFIG GET...
|
commit | commitdiff | tree |
2012-03-08 |
antirez | run_id added to INFO output.
|
commit | commitdiff | tree |
2012-03-08 |
antirez | clusterGetRandomName() generalized into getRandomHexChars...
|
commit | commitdiff | tree |
2012-03-07 |
antirez | By default Redis refuses writes with an error if the...
|
commit | commitdiff | tree |
2012-03-07 |
antirez | Refuse writes if can't persist on disk.
|
commit | commitdiff | tree |
2012-03-07 |
antirez | Better MONITOR output, now includes client ip:port...
|
commit | commitdiff | tree |
2012-03-07 |
antirez | anetPeerToString() automatically populates ip/port...
|
commit | commitdiff | tree |
2012-03-07 |
antirez | TIME command.
|
commit | commitdiff | tree |
2012-02-29 |
antirez | redis-cli: CSV output added, used for the --slave mode.
|
commit | commitdiff | tree |
2012-02-29 |
antirez | Initial implementation of redis-cli --slave support.
|
commit | commitdiff | tree |
2012-02-29 |
antirez | Ping the slave using the standard protocol instead...
|
commit | commitdiff | tree |
2012-02-29 |
antirez | Better implementation for BRPOP/BLPOP in the non blocking...
|
commit | commitdiff | tree |
2012-02-29 |
antirez | lpush arguments vector rewrite modified for more speed...
|
commit | commitdiff | tree |
2012-02-28 |
antirez | Version bumped to 2.9.5
|
commit | commitdiff | tree |
2012-02-28 |
antirez | Better system for additional commands replication.
|
commit | commitdiff | tree |
2012-02-28 |
antirez | Added a new API to replicate an additional command...
|
commit | commitdiff | tree |
next |