2011-06-20 |
antirez | Fixed INFO implementation to use the new allocator... |
tree | commitdiff |
2011-06-20 |
antirez | Makefile modified to build with jemalloc |
tree | commitdiff |
2011-06-20 |
antirez | ZMALLOC related stuff removed from config.h. They are... |
tree | commitdiff |
2011-06-20 |
antirez | forward-ported changes in zmalloc.c/h to support jemall... |
tree | commitdiff |
2011-06-17 |
antirez | new INFO filed master_link_down_since_seconds |
tree | commitdiff |
2011-06-17 |
antirez | Use a safe iterator while saving the DB, since the... |
tree | commitdiff |
2011-06-14 |
Salvatore Sanfilippo | Merge pull request #58 from hampus/fix-autorewrite |
tree | commitdiff |
2011-06-12 |
Hampus Wessman | Fix automatic rewrite starting too early. |
tree | commitdiff |
2011-06-10 |
antirez | different message on BGREWRITEAOF when it is just sched... |
tree | commitdiff |
2011-06-10 |
antirez | minor code aesthetic change |
tree | commitdiff |
2011-06-10 |
antirez | Make sure an automatic rewrite only gets triggered... |
tree | commitdiff |
2011-06-10 |
antirez | CONFIG SET/GET support for new automatic AOF rewrite... |
tree | commitdiff |
2011-06-10 |
antirez | correctly set AOF base size field in server structure |
tree | commitdiff |
2011-06-10 |
antirez | Added new INFO fields related to the new AOF auto rewri... |
tree | commitdiff |
2011-06-10 |
antirez | Fixed bug in AOF rewrite not working because of integer... |
tree | commitdiff |
2011-06-10 |
antirez | debugging printf removed |
tree | commitdiff |
2011-06-10 |
antirez | AOF auto rewrite percentage option parsing fixed |
tree | commitdiff |
2011-06-10 |
antirez | Merge remote branch 'pietern/unstable-bench' into unstable |
tree | commitdiff |
2011-06-10 |
antirez | Avoid division by zero issues in the automatically... |
tree | commitdiff |
2011-06-10 |
antirez | Merge remote branch 'origin/unstable' into unstable |
tree | commitdiff |
2011-06-10 |
antirez | automatic AOF rewrite first implementation. Still to... |
tree | commitdiff |
2011-06-09 |
Hampus Wessman | Fix Makefile colors. |
tree | commitdiff |
2011-06-09 |
antirez | Two fixes for replication: Slave performs the AOF rewri... |
tree | commitdiff |
2011-06-08 |
antirez | Better colorized Makefile implementation, inspired... |
tree | commitdiff |
2011-06-05 |
antirez | Merge remote branch 'origin/unstable' into unstable |
tree | commitdiff |
2011-06-03 |
antirez | touch less pages in decrRefCount |
tree | commitdiff |
2011-06-01 |
Pieter Noordhuis | There is no debug mode in benchmark tool |
tree | commitdiff |
2011-06-01 |
Pieter Noordhuis | Provide custom command to benchmark against via args |
tree | commitdiff |
2011-06-01 |
Pieter Noordhuis | More const's in redis-benchmark.c |
tree | commitdiff |
2011-05-31 |
antirez | Variadic ZREM |
tree | commitdiff |
2011-05-31 |
antirez | Fix for the variadic version of SREM. Regression test... |
tree | commitdiff |
2011-05-31 |
antirez | Variadic ZADD |
tree | commitdiff |
2011-05-30 |
Pieter Noordhuis | Make replication faster (biggest gain for small number... |
tree | commitdiff |
2011-05-29 |
antirez | INFO now contains the time (in usecs) needed to fork... |
tree | commitdiff |
2011-05-29 |
antirez | Merge remote branch 'pietern/unstable-replnonblock... |
tree | commitdiff |
2011-05-28 |
antirez | redis-cli: -i (interval) implemented, to wait the speci... |
tree | commitdiff |
2011-05-28 |
antirez | redis-cli: Use the repetiton prefix after a reconnection. |
tree | commitdiff |
2011-05-28 |
antirez | redis-cli in REPL mode is now able to send the same... |
tree | commitdiff |
2011-05-28 |
antirez | redis-cli no longer aborts in repl-mode on error, and... |
tree | commitdiff |
2011-05-25 |
antirez | Fix for Pub/Sub system, introduced in Redis 2.2.6 with... |
tree | commitdiff |
2011-05-24 |
antirez | Fixed typo in comment |
tree | commitdiff |
2011-05-22 |
Pieter Noordhuis | Configurable synchronous I/O timeout |
tree | commitdiff |
2011-05-22 |
Pieter Noordhuis | Minor changes in non-blocking repl. connect |
tree | commitdiff |
2011-05-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-05-19 |
Pieter Noordhuis | Non-blocking connect with master |
tree | commitdiff |
2011-05-19 |
antirez | Fix for ZUNIONSTORE bug when there is an empty set... |
tree | commitdiff |
2011-05-16 |
antirez | fmacros in utils.c to avoid warning about strcasecmp() |
tree | commitdiff |
2011-05-15 |
antirez | Fixed misuse of the new iterator semantics in ZUNIONSTORE |
tree | commitdiff |
2011-05-15 |
antirez | Fix for a possible bug related to ZINTER/UNIONSTORE... |
tree | commitdiff |
2011-05-15 |
antirez | Fixed SINTER[STORE] problem related to the new copy... |
tree | commitdiff |
2011-05-12 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-05-11 |
antirez | removed assert causing an illegal memory access. This... |
tree | commitdiff |
2011-05-10 |
antirez | RDB version signature bumped to 2, now that direct... |
tree | commitdiff |
2011-05-10 |
antirez | Introduced a safe iterator interface that can be used... |
tree | commitdiff |
2011-05-10 |
antirez | DEBUG DIGEST additional lookup needed for VM removed... |
tree | commitdiff |
2011-05-10 |
antirez | Useless statement removed |
tree | commitdiff |
2011-05-07 |
antirez | when Redis fails accepting a new connection reports... |
tree | commitdiff |
2011-05-06 |
antirez | clear importing/exporing state when appropriate on... |
tree | commitdiff |
2011-05-06 |
antirez | CLUSTER SETSLOT command and some refactoring of the... |
tree | commitdiff |
2011-05-06 |
antirez | CLUSTER DELSLOTS |
tree | commitdiff |
2011-05-05 |
antirez | Fixed semantics of CLUSTER SETSLOT, SELECT now only... |
tree | commitdiff |
2011-05-05 |
antirez | CLUSTER SETSLOT STABLE fixed |
tree | commitdiff |
2011-05-05 |
antirez | missing return caused protocol desync in CLUSTER SETSLOT |
tree | commitdiff |
2011-05-05 |
antirez | Fixed problem in cluster redirection due to a stupid... |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Extra tests for string2ll |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Check seplen and len before malloc'ing "tokens" |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Check for \n after finding \r |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Show memory allocator in INFO output |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Use string2ll in ziplist code (faster) |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Tests for string2ll; move isObject* to object.c |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Move code |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | More allocators |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Inline sdslen and sdsavail (thanks to @bitbckt) |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Use custom string2ll and strchr |
tree | commitdiff |
2011-05-05 |
Pieter Noordhuis | Fix ziplist regression and update stresser |
tree | commitdiff |
2011-05-05 |
antirez | cluster import/export of hash slots implemented in... |
tree | commitdiff |
2011-05-04 |
antirez | if /dev/urandom is not available use rand() to get... |
tree | commitdiff |
2011-05-04 |
antirez | Better pretty printed makefile output |
tree | commitdiff |
2011-05-04 |
antirez | initial pretty printing in makefile |
tree | commitdiff |
2011-05-04 |
antirez | CLUSTER SETSLOT implemented |
tree | commitdiff |
2011-05-02 |
antirez | render migrating and importing slots in cluster nodes... |
tree | commitdiff |
2011-05-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
tree | commitdiff |
2011-05-01 |
antirez | Fixed a problem with string2ll() |
tree | commitdiff |
2011-04-29 |
antirez | CLUSTER subcommands to set slots in migrating or import... |
tree | commitdiff |
2011-04-29 |
antirez | CLUSTER GETKEYSINSLOT implemented |
tree | commitdiff |
2011-04-29 |
antirez | CLUSTER KEYSLOT command |
tree | commitdiff |
2011-04-29 |
antirez | Fixed a bug with replication where SLAVEOF NO ONE cause... |
tree | commitdiff |
2011-04-28 |
antirez | take a hashslot -> keys index, will be used for cluster... |
tree | commitdiff |
2011-04-22 |
Pieter Noordhuis | Use correct argc/argv for cleanup when loading AOF |
tree | commitdiff |
2011-04-21 |
antirez | peak fragmentation ratio removed as it is a confusing... |
tree | commitdiff |
2011-04-21 |
antirez | CLIENT KILL implemented |
tree | commitdiff |
2011-04-21 |
antirez | CLIENT LIST implemented |
tree | commitdiff |
2011-04-21 |
antirez | save peak memory usage as statistic and show it in... |
tree | commitdiff |
2011-04-20 |
antirez | removed check for zmalloc return NULL in createClient... |
tree | commitdiff |
2011-04-19 |
antirez | Variadic SREM |
tree | commitdiff |
2011-04-19 |
antirez | variadic HDEL with tests |
tree | commitdiff |
2011-04-15 |
antirez | variadic SADD |
tree | commitdiff |
2011-04-15 |
antirez | addReplyLongLong optimized to return shared objects... |
tree | commitdiff |
2011-04-15 |
antirez | version bumped to 2.9, that is, 3.0 unstable |
tree | commitdiff |
2011-04-15 |
antirez | variadic LPUSH/RPUSH |
tree | commitdiff |
next |