]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-10-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-11  antirezAllow AUTH when Redis is busy because of timedout Lua...
2012-10-10  Salvatore SanfilippoMerge pull request #707 from NanXiao/patch-1
2012-10-10  NanXiaoUpdate src/redis-benchmark.c
2012-10-06  antirezCONTRIBUTING file updated.
2012-10-05  dvir volkfixed server install script to rewrite the default...
2012-10-05  antirezHash function switched to murmurhash2.
2012-10-05  antirezWarn when configured maxmemory value seems odd.
2012-10-05  antirezInclude time.h in ae.c as we now use time().
2012-10-04  JokeaForce expire all timer events when system clock skew...
2012-10-04  antirez"Timeout receiving bulk data" error message modified.
2012-10-03  antirez"SORT by nosort" (skip sorting) respect sorted set...
2012-10-01  antirezRevert "Scripting: redis.NIL to return nil bulk replies."
2012-09-28  antirezScripting: add helper functions redis.error_reply(...
2012-09-28  antirezScripting: redis.NIL to return nil bulk replies.
2012-09-26  antirezSentinel: Support for AUTH.
2012-09-21  antirezTest for SRANDMEMBER with <count>.
2012-09-21  antirezSRANDMEMBER <count> leak fixed.
2012-09-21  antirezAdded the SRANDMEMBER key <count> variant.
2012-09-17  antirezFix compilation on FreeBSD. Thanks to @koobs on twitter.
2012-09-17  antirez.gitignore modified to be more general with less entries.
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-11  antirezMake sure that SELECT argument is an integer or return...
2012-09-10  antirezMatch printf format with actual type in genRedisInfoStr...
2012-09-05  antirezBITCOUNT regression test for #582 fixed for 32 bit...
2012-09-05  Haruto OtakeBITCOUNT: fix segmentation fault.
2012-09-05  Salvatore SanfilippoMerge pull request #576 from saj/fix-slave-ping-period
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-09-04  antirezSentinel: reply -IDONTKNOW to get-master-addr-by-name...
2012-09-04  antirezSentinel: more easy master redirection if master is...
2012-09-02  antirezSend an async PING before starting replication with...
2012-08-31  antirezScripting: Reset Lua fake client reply_bytes after...
2012-08-31  antirezScripting: require at least one argument for redis...
2012-08-30  antirezSentinel: do not crash against slaves not publishing...
2012-08-29  antirezSentinel: INFO command implementation.
2012-08-29  antirezSentinel: add Redis execution mode to INFO output.
2012-08-28  antirezSentinel: added documentation about slave-priority...
2012-08-28  antirezSentinel: Sentinel-side support for slave priority.
2012-08-28  antirezSentinel: Redis-side support for slave priority.
2012-08-28  antirezSentinel: suppress harmless warning by initializing...
2012-08-28  antirezIncrementally flush RDB on disk while loading it from...
2012-08-24  antirezFix a forget zmalloc_oom() -> zmalloc_oom_handler(...
2012-08-24  antirezBetter Out of Memory handling.
2012-08-24  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-08-24  antirezSentinel: fixed a crash on script execution.
2012-08-22  Salvatore SanfilippoMerge pull request #628 from pietern/unstable-zip
2012-08-21  antirezredis-benchmark: disable big buffer cleanup in hiredis...
2012-08-21  antirezhiredis library updated.
2012-08-13  Pieter NoordhuisSet p to its new offset before modifying it
2012-08-13  Pieter NoordhuisAdd ziplist test for deleting next to last entries
2012-08-03  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-08-02  antirezSentinel: client reconfiguration script execution.
2012-08-02  Salvatore SanfilippoMerge pull request #613 from tobstarr/patch-1
2012-08-02  Tobias SchwabFix version numbers
2012-07-31  antirezSentinel: when leader in wait-start, sense another...
2012-07-31  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-07-31  Michael ParkerUse correct variable name for value to convert.
2012-07-31  antirezSentinel: sentinel.conf self-documenation improved.
2012-07-31  antirezSentinel: abort failover when in wait-start if master...
2012-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-28  antirezSentinel: scripts execution engine improved.
2012-07-28  Jeremy Zawodnycomment fix
2012-07-28  Salvatore SanfilippoMerge pull request #606 from badboy/patch-1
2012-07-28  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-07-27  Salvatore SanfilippoMerge pull request #587 from saj/truncate-short-write...
2012-07-27  Salvatore SanfilippoMerge pull request #586 from saj/aof_last_bgrewrite_status
2012-07-26  antirezSentinel: don't start a failover as leader if there...
2012-07-25  Salvatore SanfilippoMerge pull request #604 from jzawodn/patch-1
2012-07-25  Jeremy Zawodnycomment fix
2012-07-25  antirezSentinel: ability to execute notification scripts.
2012-07-25  Salvatore SanfilippoMerge pull request #603 from mrb/fix_sentinel_config_wa...
2012-07-25  Salvatore SanfilippoMerge pull request #602 from mrb/sentinel_docs
2012-07-25  mrbFix warning in redis.c for sentinel config load
2012-07-25  mrbSome cleanup in sentinel.conf
2012-07-25  antirezSentinel: abort failover if no good slave is available.
2012-07-24  antirezSentinel: reset pending_commands in a more generic...
2012-07-24  antirezPrevent a spurious +sdown event on switch.
2012-07-24  antirezSentinel: debugging message removed.
2012-07-24  antirezSentinel: changes to connection handling and redirection.
2012-07-24  antirezSentinel: check that instance still exists in reply...
2012-07-24  antirezSentinel: more robust failover detection as observer.
2012-07-23  antirezFixed an error in the example sentinel.conf.
2012-07-23  antirezTypo.
2012-07-23  antirezFirst implementation of Redis Sentinel.
2012-07-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-22  antirezAllow Pub/Sub in contexts where other commands are...
2012-07-21  Salvatore SanfilippoMerge pull request #593 from steevel/unstable
2012-07-18  antirezDon't assume that "char" is signed.
2012-07-18  Saj GoonatillekeTruncate short write from the AOF
2012-07-17  Saj GoonatillekeNew in INFO: aof_last_bgrewrite_status
2012-07-15  Steeve LennmarkCheck that we have connection before enabling pipe...
2012-07-09  Salvatore SanfilippoMerge pull request #569 from jokea/unstable
2012-07-05  Saj GoonatillekeBug fix: slaves being pinged every second
2012-06-29  jokeamark fd as writable when EPOLLERR or EPOLLHUP is return...
2012-06-27  antirezTypo in comment.
2012-06-27  antirezREPLCONF internal command introduced.
2012-06-21  antirezFixed comment typo into time_independent_strcmp().
2012-06-21  antirezFixed a timing attack on AUTH (Issue #560).
2012-06-15  antirezFix c->reply_bytes computation in setDeferredMultiBulkL...
2012-06-14  antirezziplistFind(): don't assume that entries are comparable...
next