2011-07-06 |
antirez | more valgrind friendly test |
tree | commitdiff |
2011-07-02 |
antirez | childrens -> children in INFO output field names. This... |
tree | commitdiff |
2011-07-02 |
antirez | no more allocation stats info in INFO, useless now... |
tree | commitdiff |
2011-06-30 |
antirez | Added an unique ID field to every slow log entry. |
tree | commitdiff |
2011-06-30 |
antirez | More redis.conf self-documentation. Now even queries... |
tree | commitdiff |
2011-06-30 |
antirez | slow log configuration implemented |
tree | commitdiff |
2011-06-30 |
antirez | DEUBG SLEEP implemented |
tree | commitdiff |
2011-06-30 |
antirez | First implementation of the slow log feature |
tree | commitdiff |
2011-06-29 |
antirez | Partial fix for a problem with AOF and BRPOP. We have... |
tree | commitdiff |
2011-06-25 |
antirez | Merge remote branch 'origin/unstable' into unstable |
tree | commitdiff |
2011-06-25 |
antirez | diskstore removed |
tree | commitdiff |
2011-06-24 |
Salvatore Sanfilippo | Merge pull request #63 from djanowski/tcl |
tree | commitdiff |
2011-06-24 |
Damian Janowski | Avoid bug reports when Tcl is not installed. |
tree | commitdiff |
2011-06-20 |
antirez | Fix for bug 561 and other related problems |
tree | commitdiff |
2011-06-20 |
antirez | useless call removed, thanks to Pieter for spotting... |
tree | commitdiff |
2011-06-20 |
antirez | DB API refactoring. The changes were designed together... |
tree | commitdiff |
2011-06-20 |
antirez | Makefile deps updated |
tree | commitdiff |
2011-06-20 |
antirez | It is now possible to build with: make 32bit USE_JEMALL... |
tree | commitdiff |
2011-06-20 |
antirez | Added -ldl when linking against jemalloc, needed on... |
tree | commitdiff |
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-07 |
antirez | Merge branch 'unstable' |
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 | Merge branch 'unstable' |
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-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-16 |
antirez | Merge branch 'unstable' |
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 | Merge branch 'unstable' |
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 |
next |