]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-09-27  antirezSentinel: check that instance still exists in reply...
2012-09-27  antirezSentinel: more robust failover detection as observer.
2012-09-27  antirezFixed an error in the example sentinel.conf.
2012-09-27  antirezTypo.
2012-09-27  antirezFirst implementation of Redis Sentinel.
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  antirezRedis 2.5.13 (2.6.0 RC7).
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  Saj GoonatillekeBug fix: slaves being pinged every second
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-09-03  antirezSend an async PING before starting replication with...
2012-08-31  antirezScripting: Reset Lua fake client reply_bytes after...
2012-08-31  antirezSentinel: added documentation about slave-priority...
2012-08-31  antirezSentinel: Redis-side support for slave priority.
2012-08-31  antirezScripting: require at least one argument for redis...
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-22  antirezredis-benchmark: disable big buffer cleanup in hiredis...
2012-08-22  antirezhiredis library updated.
2012-08-22  Pieter NoordhuisSet p to its new offset before modifying it
2012-08-22  Pieter NoordhuisAdd ziplist test for deleting next to last entries
2012-08-02  Tobias SchwabFix version numbers
2012-08-01  antirezRedis 2.5.12 (2.6 RC6).
2012-07-31  Michael ParkerUse correct variable name for value to convert.
2012-07-31  Saj GoonatillekeTruncate short write from the AOF
2012-07-31  Saj GoonatillekeNew in INFO: aof_last_bgrewrite_status
2012-07-22  Steeve LennmarkCheck that we have connection before enabling pipe...
2012-07-22  antirezAllow Pub/Sub in contexts where other commands are...
2012-07-18  antirezDon't assume that "char" is signed.
2012-07-09  jokeamark fd as writable when EPOLLERR or EPOLLHUP is return...
2012-07-07  antirezTypo in comment.
2012-07-07  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  antirezRedis 2.5.11 (2.6 RC5).
2012-06-15  antirezFix c->reply_bytes computation in setDeferredMultiBulkL...
2012-06-15  antirezziplistFind(): don't assume that entries are comparable...
2012-06-13  Ted NymanStandardize punctuation in redis-cli help.
2012-06-12  antirezAdded a new hash fuzzy tester.
2012-06-11  antirezDump ziplist hex value on failed assertion.
2012-06-11  antirezNew test: hash ziplist -> hashtable encoding conversion.
2012-06-07  antirezVersion bumped to 2.5.10 (2.6 RC4) + Release Notes.
2012-06-02  antirezEVAL replication test: less false positives.
2012-06-02  Alex MitrofanovFixed RESTORE hash failure (Issue #532)
2012-06-02  antirezRDB type loading functions clarified in comments.
2012-05-31  antirezBITOP bug when called against non existing keys fixed.
2012-05-27  antirez2.6 Release notes: added more new features to the list.
2012-05-25  antirezTests modified to account for INFO fields renaming.
2012-05-25  antirezRelease notes: more info about 2.4 -> 2.6 migration.
2012-05-25  antirezFour new persistence fields in INFO. A few renamed.
2012-05-24  antirezBITOP command 10x speed improvement.
2012-05-24  antirezBITOP: handle integer encoded objects correctly.
2012-05-24  antirezBITCOUNT performance improved.
2012-05-24  antirezbitop.c renamed bitops.c
2012-05-24  antirezBit operations tests improved.
2012-05-24  antirezpopcount() optimization for speed.
2012-05-24  antirezBITCOUNT refactoring.
2012-05-24  antirezBit-related string operations moved to bitop.c
2012-05-24  antirezBITOP and BITCOUNT tests.
2012-05-24  antirezNew commands: BITOP and BITCOUNT.
2012-05-24  antirezAdd aof_rewrite_buffer_length INFO field.
2012-05-24  antirezAllow an AOF rewrite buffer > 2GB (Fix for issue #504).
2012-05-24  antirezDead code removed from replication.c.
2012-05-23  antirezTODO file removed.
2012-05-23  antirezUse comments to split aof.c into sections.
2012-05-23  antirezRedis test: include bug report on crash.
2012-05-23  jokeaSet fd to writable when poll(2) detects POLLERR or...
2012-05-23  antirezFixed issue #516 (ZINTERSTORE mixing sets and zsets).
2012-05-16  antirezDeleted jemalloc.orig from /deps.
2012-05-16  antirezJemalloc updated to 3.0.0.
2012-05-15  Salvatore SanfilippoMerge pull request #496 from pietern/2.6-makeinstall
2012-05-15  Salvatore SanfilippoMerge pull request #510 from pietern/2.6-eventport
2012-05-14  Pieter NoordhuisWhitespace
2012-05-14  Dave Pachecouse port_getn instead of port_get
2012-05-14  Dave Pachecofirst cut at event port support
2012-05-14  antirezAdded time.h include in redis-cli.
2012-05-14  antirezactiveExpireCycle(): better precision in max time used.
2012-05-14  antirezImpovements for: Redis timer, hashes rehashing, keys...
2012-05-14  antirezRedis timer interrupt frequency configurable as REDIS_HZ.
2012-05-12  antirezComment improved so that the code goal is more clear...
2012-05-12  antirezMore incremental active expired keys collection process.
2012-05-12  antirezIf the computer running the Redis test is slow, we...
2012-05-12  antirezredis-cli pipe mode: handle EINTR properly as well...
2012-05-12  antirezredis-cli pipe mode: handle EAGAIN while writing to...
2012-05-12  antirezredis-cli --pipe for mass import.
2012-05-09  antirezFix PREFIX typo in Makefile.
2012-05-09  antirezAllow PREFIX to be overrided in Makefile.
2012-05-06  antirezFixed typo in RC3 release notes.
2012-05-06  antirezMore complete release notes for 2.5.9
2012-05-06  antirezRedis 2.5.9 (2.6 RC3).
2012-05-06  Salvatore SanfilippoMerge pull request #500 from pietern/2.6-zipfix
next