2011-06-10 |
antirez | minor code aesthetic change
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Make sure an automatic rewrite only gets triggered...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | CONFIG SET/GET support for new automatic AOF rewrite...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | correctly set AOF base size field in server structure
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Added new INFO fields related to the new AOF auto rewrite...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Fixed bug in AOF rewrite not working because of integer...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | debugging printf removed
|
commit | commitdiff | tree |
2011-06-10 |
antirez | AOF auto rewrite percentage option parsing fixed
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Merge remote branch 'pietern/unstable-bench' into unstable
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Avoid division by zero issues in the automatically...
|
commit | commitdiff | tree |
2011-06-10 |
antirez | Merge remote branch 'origin/unstable' into unstable
|
commit | commitdiff | tree |
2011-06-10 |
antirez | automatic AOF rewrite first implementation. Still to...
|
commit | commitdiff | tree |
2011-06-09 |
Salvatore Sanfilippo | Merge pull request #57 from melo/patch-1
|
commit | commitdiff | tree |
2011-06-09 |
Hampus Wessman | Fix Makefile colors.
|
commit | commitdiff | tree |
2011-06-09 |
antirez | Two fixes for replication: Slave performs the AOF rewrite...
|
commit | commitdiff | tree |
2011-06-08 |
antirez | Better colorized Makefile implementation, inspired...
|
commit | commitdiff | tree |
2011-06-05 |
antirez | Merge remote branch 'origin/unstable' into unstable
|
commit | commitdiff | tree |
2011-06-05 |
antirez | no more client-libraries directory
|
commit | commitdiff | tree |
2011-06-05 |
antirez | no more html documentation
|
commit | commitdiff | tree |
2011-06-03 |
antirez | touch less pages in decrRefCount
|
commit | commitdiff | tree |
2011-05-31 |
antirez | ZREM tests
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZREM
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Fix for the variadic version of SREM. Regression test...
|
commit | commitdiff | tree |
2011-05-31 |
antirez | disabled development test entry, tests moved in the...
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZADD tests
|
commit | commitdiff | tree |
2011-05-31 |
antirez | Variadic ZADD
|
commit | commitdiff | tree |
2011-05-30 |
Pieter Noordhuis | Make replication faster (biggest gain for small number...
|
commit | commitdiff | tree |
2011-05-29 |
antirez | INFO now contains the time (in usecs) needed to fork...
|
commit | commitdiff | tree |
2011-05-29 |
antirez | Merge remote branch 'pietern/unstable-replnonblock...
|
commit | commitdiff | tree |
2011-05-28 |
antirez | redis-cli: -i (interval) implemented, to wait the specified...
|
commit | commitdiff | tree |
2011-05-28 |
antirez | redis-cli: Use the repetiton prefix after a reconnection.
|
commit | commitdiff | tree |
2011-05-28 |
antirez | redis-cli in REPL mode is now able to send the same...
|
commit | commitdiff | tree |
2011-05-28 |
antirez | redis-cli no longer aborts in repl-mode on error, and...
|
commit | commitdiff | tree |
2011-05-25 |
antirez | Fix for Pub/Sub system, introduced in Redis 2.2.6 with...
|
commit | commitdiff | tree |
2011-05-24 |
antirez | Comment typo fixed
|
commit | commitdiff | tree |
2011-05-24 |
antirez | Fixed typo in comment
|
commit | commitdiff | tree |
2011-05-20 |
antirez | Merge branch 'unstable' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2011-05-20 |
antirez | Print version info before running the test
|
commit | commitdiff | tree |
2011-05-19 |
antirez | Fix for ZUNIONSTORE bug when there is an empty set...
|
commit | commitdiff | tree |
2011-05-15 |
antirez | Fixed misuse of the new iterator semantics in ZUNIONSTORE
|
commit | commitdiff | tree |
2011-05-15 |
antirez | Fix for a possible bug related to ZINTER/UNIONSTORE...
|
commit | commitdiff | tree |
2011-05-15 |
antirez | Fixed SINTER[STORE] problem related to the new copy...
|
commit | commitdiff | tree |
2011-05-12 |
antirez | replication with expire test modified to produce no...
|
commit | commitdiff | tree |
2011-05-12 |
antirez | Merge branch 'unstable' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2011-05-12 |
antirez | ZINTERSTORE regressiont test with two sets, intset...
|
commit | commitdiff | tree |
2011-05-11 |
antirez | removed assert causing an illegal memory access. This...
|
commit | commitdiff | tree |
2011-05-10 |
antirez | RDB version signature bumped to 2, now that direct...
|
commit | commitdiff | tree |
2011-05-10 |
antirez | Introduced a safe iterator interface that can be used...
|
commit | commitdiff | tree |
2011-05-10 |
antirez | DEBUG DIGEST additional lookup needed for VM removed...
|
commit | commitdiff | tree |
2011-05-10 |
antirez | Useless statement removed
|
commit | commitdiff | tree |
2011-05-07 |
antirez | when Redis fails accepting a new connection reports...
|
commit | commitdiff | tree |
2011-05-06 |
antirez | Cluster TODO updated
|
commit | commitdiff | tree |
2011-05-06 |
antirez | clear importing/exporing state when appropriate on...
|
commit | commitdiff | tree |
2011-05-06 |
antirez | CLUSTER SETSLOT command and some refactoring of the...
|
commit | commitdiff | tree |
2011-05-06 |
antirez | CLUSTER DELSLOTS
|
commit | commitdiff | tree |
2011-05-05 |
antirez | Fixed semantics of CLUSTER SETSLOT, SELECT now only...
|
commit | commitdiff | tree |
2011-05-05 |
antirez | CLUSTER SETSLOT STABLE fixed
|
commit | commitdiff | tree |
2011-05-05 |
antirez | missing return caused protocol desync in CLUSTER SETSLOT
|
commit | commitdiff | tree |
2011-05-05 |
antirez | Fixed problem in cluster redirection due to a stupid...
|
commit | commitdiff | tree |
2011-05-05 |
Pieter Noordhuis | Fix ziplist regression and update stresser
|
commit | commitdiff | tree |
2011-05-05 |
antirez | cluster import/export of hash slots implemented in...
|
commit | commitdiff | tree |
2011-05-04 |
antirez | Better pretty printed makefile output
|
commit | commitdiff | tree |
2011-05-04 |
antirez | initial pretty printing in makefile
|
commit | commitdiff | tree |
2011-05-04 |
antirez | CLUSTER SETSLOT implemented
|
commit | commitdiff | tree |
2011-05-02 |
antirez | render migrating and importing slots in cluster nodes...
|
commit | commitdiff | tree |
2011-05-01 |
antirez | Merge branch 'unstable' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2011-05-01 |
antirez | Fixed a problem with string2ll()
|
commit | commitdiff | tree |
2011-04-29 |
antirez | CLUSTER subcommands to set slots in migrating or importing...
|
commit | commitdiff | tree |
2011-04-29 |
antirez | CLUSTER GETKEYSINSLOT implemented
|
commit | commitdiff | tree |
2011-04-29 |
antirez | CLUSTER KEYSLOT command
|
commit | commitdiff | tree |
2011-04-29 |
antirez | Fixed a bug with replication where SLAVEOF NO ONE caused...
|
commit | commitdiff | tree |
2011-04-28 |
antirez | take a hashslot -> keys index, will be used for cluster...
|
commit | commitdiff | tree |
2011-04-21 |
antirez | peak fragmentation ratio removed as it is a confusing...
|
commit | commitdiff | tree |
2011-04-21 |
antirez | CLIENT KILL implemented
|
commit | commitdiff | tree |
2011-04-21 |
antirez | CLIENT LIST implemented
|
commit | commitdiff | tree |
2011-04-21 |
antirez | save peak memory usage as statistic and show it in...
|
commit | commitdiff | tree |
2011-04-20 |
antirez | removed check for zmalloc return NULL in createClient...
|
commit | commitdiff | tree |
2011-04-19 |
antirez | Variadic SREM
|
commit | commitdiff | tree |
2011-04-19 |
antirez | variadic HDEL with tests
|
commit | commitdiff | tree |
2011-04-15 |
antirez | Variadic SADD tests
|
commit | commitdiff | tree |
2011-04-15 |
antirez | variadic SADD
|
commit | commitdiff | tree |
2011-04-15 |
antirez | addReplyLongLong optimized to return shared objects...
|
commit | commitdiff | tree |
2011-04-15 |
antirez | version bumped to 2.9, that is, 3.0 unstable
|
commit | commitdiff | tree |
2011-04-15 |
antirez | tests for variadic list push
|
commit | commitdiff | tree |
2011-04-15 |
antirez | test fixed after ascii art banner modified the output...
|
commit | commitdiff | tree |
2011-04-15 |
antirez | variadic LPUSH/RPUSH
|
commit | commitdiff | tree |
2011-04-14 |
antirez | Merge remote branch 'pietern/unstable-zset' into unstable
|
commit | commitdiff | tree |
2011-04-14 |
antirez | redis-trib: functions implementing commands moved at...
|
commit | commitdiff | tree |
2011-04-13 |
antirez | fixed bug due to typo in code
|
commit | commitdiff | tree |
2011-04-13 |
antirez | fixed typo in comment
|
commit | commitdiff | tree |
2011-04-13 |
antirez | fixed a typo in redis-trib
|
commit | commitdiff | tree |
2011-04-13 |
antirez | use map! instead of reassigning
|
commit | commitdiff | tree |
2011-04-13 |
antirez | hopefully more readable info_string method in redis...
|
commit | commitdiff | tree |
2011-04-13 |
antirez | redis-trib create, first version is know working
|
commit | commitdiff | tree |
2011-04-13 |
antirez | TODO updated
|
commit | commitdiff | tree |
2011-04-13 |
antirez | no longer useful debugging printf removed
|
commit | commitdiff | tree |
2011-04-13 |
antirez | ASCII ART FTW
|
commit | commitdiff | tree |
2011-04-13 |
antirez | Merge branch 'unstable' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2011-04-13 |
antirez | redis-trib: show list of commands
|
commit | commitdiff | tree |
2011-04-12 |
antirez | TODO update
|
commit | commitdiff | tree |
next |