2011-06-20 |
antirez | Fix for bug 561 and other related problems |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | useless call removed, thanks to Pieter for spotting... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Pieter Noordhuis | SETNX regression tests. |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | DB API refactoring. The changes were designed together... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | Makefile deps updated |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | It is now possible to build with: make 32bit USE_JEMALL... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | Added -ldl when linking against jemalloc, needed on... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | Fixed INFO implementation to use the new allocator... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | Makefile modified to build with jemalloc |
commit | commitdiff | tree | snapshot |
2011-06-20 |
Pieter Noordhuis | Ignore jemalloc build artifacts |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | ZMALLOC related stuff removed from config.h. They are... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | forward-ported changes in zmalloc.c/h to support jemall... |
commit | commitdiff | tree | snapshot |
2011-06-20 |
antirez | jemalloc source added |
commit | commitdiff | tree | snapshot |
2011-06-17 |
antirez | new INFO filed master_link_down_since_seconds |
commit | commitdiff | tree | snapshot |
2011-06-17 |
antirez | Use a safe iterator while saving the DB, since the... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Pierre Chapuis | Untrack and ignore Lua binary files (2) |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Pierre Chapuis | Untrack and ignore Lua binary files |
commit | commitdiff | tree | snapshot |
2011-06-14 |
antirez | Updated to unstable |
commit | commitdiff | tree | snapshot |
2011-06-14 |
antirez | Fixed init script bug, thanks to Henrik Westphal |
commit | commitdiff | tree | snapshot |
2011-06-14 |
antirez | Better init script |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Salvatore Sanfilippo | Merge pull request #58 from hampus/fix-autorewrite |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Hampus Wessman | Fix automatic rewrite starting too early. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | different message on BGREWRITEAOF when it is just sched... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | minor code aesthetic change |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Make sure an automatic rewrite only gets triggered... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | CONFIG SET/GET support for new automatic AOF rewrite... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | correctly set AOF base size field in server structure |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Added new INFO fields related to the new AOF auto rewri... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Fixed bug in AOF rewrite not working because of integer... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | debugging printf removed |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | AOF auto rewrite percentage option parsing fixed |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Merge remote branch 'pietern/unstable-bench' into unstable |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Avoid division by zero issues in the automatically... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | Merge remote branch 'origin/unstable' into unstable |
commit | commitdiff | tree | snapshot |
2011-06-10 |
antirez | automatic AOF rewrite first implementation. Still to... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Salvatore Sanfilippo | Merge pull request #57 from melo/patch-1 |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Pedro Melo | Small fix in the installation instructions |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Hampus Wessman | Fix Makefile colors. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
antirez | Two fixes for replication: Slave performs the AOF rewri... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
antirez | Better colorized Makefile implementation, inspired... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
antirez | Merge branch 'unstable' |
commit | commitdiff | tree | snapshot |
2011-06-05 |
antirez | Merge remote branch 'origin/unstable' into unstable |
commit | commitdiff | tree | snapshot |
2011-06-05 |
antirez | no more client-libraries directory |
commit | commitdiff | tree | snapshot |
2011-06-05 |
antirez | no more html documentation |
commit | commitdiff | tree | snapshot |
2011-06-03 |
antirez | touch less pages in decrRefCount |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Pieter Noordhuis | There is no debug mode in benchmark tool |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Pieter Noordhuis | Provide custom command to benchmark against via args |
commit | commitdiff | tree | snapshot |
2011-06-01 |
Pieter Noordhuis | More const's in redis-benchmark.c |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | ZREM tests |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | Variadic ZREM |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | Fix for the variadic version of SREM. Regression test... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | disabled development test entry, tests moved in the... |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | Variadic ZADD tests |
commit | commitdiff | tree | snapshot |
2011-05-31 |
antirez | Variadic ZADD |
commit | commitdiff | tree | snapshot |
2011-05-30 |
Pieter Noordhuis | Make replication faster (biggest gain for small number... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
antirez | INFO now contains the time (in usecs) needed to fork... |
commit | commitdiff | tree | snapshot |
2011-05-29 |
antirez | Merge remote branch 'pietern/unstable-replnonblock... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
antirez | redis-cli: -i (interval) implemented, to wait the speci... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
antirez | redis-cli: Use the repetiton prefix after a reconnection. |
commit | commitdiff | tree | snapshot |
2011-05-28 |
antirez | redis-cli in REPL mode is now able to send the same... |
commit | commitdiff | tree | snapshot |
2011-05-28 |
antirez | redis-cli no longer aborts in repl-mode on error, and... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Merge branch 'unstable' |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Make sure error and status replies emitted by Lua scrip... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Scripting tests added |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Fix for wrong error level detection in redis.log() |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | All commands exported by Redis to Lua scripts are now... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | EVALSHA implemented |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Now it is possible to return multi bulks of multi bulks... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | for performance reasons only set the debug hook if... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua max exec time fixes: redisLog() to log the event... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | call the Lua hook with minor frequency. It is already... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua scripts max execution time |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua memory usage in INFO |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | call lua_gc() for incremental garbage collection. Likel... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua scripting: Honor SELECT command in both ways |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Fixed a problem in the script engine that crashed the... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Status replies converted in a special way like errors... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Scripting doc updated |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Eval command table fixed to return the keys arguments... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Fixed nul bulk parsing in Redis protocol to Lua type... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Scripting todo list updated |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Multi bulk to Lua table now working |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Fixed arity detection of Redis command executed from... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | full conversion from Lua return value to redis reply... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | pupulate the Lua global tables KEYS and ARGV before... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | function to access to Redis command from Lua renamed... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | when creating not connected clients do not add them... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Correctly glue the reply buffer. For now returned as... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua call of Redis command work in progress: sorry I... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Lua function creation on EVAL, basic Lua return type... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | makefile adapted to link against lua lib and to pass... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
antirez | Fix for Pub/Sub system, introduced in Redis 2.2.6 with... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
antirez | Comment typo fixed |
commit | commitdiff | tree | snapshot |
2011-05-24 |
antirez | Fixed typo in comment |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Pieter Noordhuis | Configurable synchronous I/O timeout |
commit | commitdiff | tree | snapshot |
2011-05-22 |
Pieter Noordhuis | Minor changes in non-blocking repl. connect |
commit | commitdiff | tree | snapshot |
2011-05-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis... |
commit | commitdiff | tree | snapshot |
2011-05-20 |
antirez | Print version info before running the test |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Pieter Noordhuis | Non-blocking connect with master |
commit | commitdiff | tree | snapshot |
next |