]> git.saurik.com Git - redis.git/shortlog
redis.git
2012-03-08  antirezInstantaneous ops/sec figure in INFO output.
2012-03-08  antirezSupport for all the redis.conf fields in CONFIG GET...
2012-03-08  antirezrun_id added to INFO output.
2012-03-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-03-07  antirezRefuse writes if can't persist on disk.
2012-03-07  antirezBetter MONITOR output, now includes client ip:port...
2012-03-07  antirezanetPeerToString() automatically populates ip/port...
2012-03-07  antirezTIME command.
2012-02-29  antirezredis-cli: CSV output added, used for the --slave mode.
2012-02-29  antirezInitial implementation of redis-cli --slave support.
2012-02-29  antirezPing the slave using the standard protocol instead...
2012-02-29  antirezBetter implementation for BRPOP/BLPOP in the non blocki...
2012-02-29  antirezlpush arguments vector rewrite modified for more speed...
2012-02-28  antirezVersion bumped to 2.9.5
2012-02-28  antirezBetter system for additional commands replication.
2012-02-28  antirezAdded a new API to replicate an additional command...
2012-02-28  antirezpropagate() prototype added to redis.h
2012-02-28  antirezVar renamed into pushGenericCommand() to better reflect...
2012-02-28  antirezAdded command propagation API.
2012-02-26  Salvatore SanfilippoMerge pull request #362 from fawek/mac-build-fix
2012-02-26  Jakub WieczorekFix the build on Mac OS X, where features.h is non...
2012-02-26  Premysl Hrubyuse gcc sync builtins for memory counter when possible
2012-02-26  Premysl Hrubyfix redis-benchmark memory leak
2012-02-24  antirezlua_cmsgpack.c added
2012-02-24  antirezLua_cmsgpack added to Redis scripting.
2012-02-23  antirezredis-benchmark: a few fixes to pipelining implementation.
2012-02-23  antirezredis-benchmark: Initial support for pipelining.
2012-02-22  antirezunstable version called 2.9.4
2012-02-22  antirezThe universe is 80 columns wide, accept it.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezFix for issue #306, thanks to tchajed (on github) for...
2012-02-22  antirezRedis-cli should accept help command even if there...
2012-02-22  antirezeven less false positive on obuf-limits test.
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-22  antirezzzlIsInRange() now is capable of handling empty sorted...
2012-02-21  Salvatore SanfilippoMerge pull request #347 from pietern/unstable-segv
2012-02-21  Pieter NoordhuisSolaris has backtrace(3)
2012-02-21  Pieter NoordhuisAlso force SIGSEGV without HAVE_BACKTRACE
2012-02-21  antirezFixed undefined behavior in *INCR style functions overf...
2012-02-21  antirezbzero -> memset
2012-02-19  antirezFix 32bit build of hiredis
2012-02-19  antirezApplied a few modifications to hiredis to tune it for...
2012-02-19  antirezThe hiredis lib shipped with Redis was updated to lates...
2012-02-16  Pieter NoordhuisDon't expire keys when loading an RDB after a SYNC
2012-02-16  antirezIssue #330 regression test.
2012-02-16  antirezNow HINCRBY can detect overflows too. Fix for issue...
2012-02-16  antirezReturn ASAP from checkClientOutputBufferLimits() if...
2012-02-16  antirezMerge branch 'issue327' into unstable
2012-02-15  antirezAdd stdint.h in endianconv.h to fix issue #336.
2012-02-14  antirezredis-check-aof is now large files safe also on 32...
2012-02-14  antirezadd -f flag to cp when installing, otherwise stopping...
2012-02-14  antirezendian.c/h -> endianconv.c/h to avoid issues with broke...
2012-02-14  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-14  antirezintset.c endianess fixes.
2012-02-13  Salvatore SanfilippoMerge pull request #334 from lsbardel/quantredis
2012-02-13  lsbardeladded lua struct c extension
2012-02-09  antirezziplist.c endianess fixes, chapter 5.
2012-02-09  antirezziplist.c endianess fixes, chapter 4.
2012-02-09  antirezziplist.c endianess fixes, chapter 3.
2012-02-08  antirezmore ziplist.c endianess fixes
2012-02-08  antirezziplist.c fixes for bigendian
2012-02-08  antirezA few small BSD related fixes.
2012-02-07  antirezmore practical maxmemory+slaves hint in redis.conf
2012-02-07  antirezredis.conf updated with new maxmemory semantics
2012-02-07  antirezdebugging messages removed from freeMemoryIfNeeded()
2012-02-07  antirezFixes to c->reply_bytes computation, and debug messages...
2012-02-07  antirezFixes to 2.6 release notes file
2012-02-07  antirezPrecision of getClientOutputBufferMemoryUsage() greatil...
2012-02-06  antirezfreeMemoryIfNeeded() minor refactoring
2012-02-06  antirezAlso remove size of AOF buffers from used memory when...
2012-02-05  antirezA first (work in progress) release notes for 2.6
2012-02-05  antirezINSTALL now redirects the user to README
2012-02-05  antirezRedis Manifesto moved from src to root dir
2012-02-04  antirezThis fixes issue #327, is a very complex fix (unfortuna...
2012-02-04  antirezUse less memory when emitting the protocol, by using...
2012-02-02  antirezNow Lua scripts dispatch Redis commands properly callin...
2012-02-02  antirezSet a 3.5 GB maxmemory limit with noeviction policy...
2012-02-02  antirezAdded a server.arch_bits field instead of computing...
2012-02-01  antirezOnly incremnet stats for key miss/hit when the key...
2012-02-01  antirezAdded tests checking ability of the scripting engine...
2012-02-01  antirezA few SORT tests made more resistant to false negatives...
2012-02-01  antirezNew SORT tests checking the new more deterministic...
2012-02-01  antirezMake SORT BY <constant> STORE ... to always produce...
2012-02-01  antirezSORT is now more deterministic: does not accept to...
2012-01-31  antirezOrder output of commands returning random arrays using...
2012-01-31  antirezFixed redis-benchmark --help output typo
2012-01-31  antirez64 bit instances are no longer limited to have at max...
2012-01-30  antirezminimal change to obuf-limits.tcl test to make sure...
2012-01-30  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-01-30  Salvatore SanfilippoMerge pull request #319 from fawek/lua-error-location
2012-01-30  antirezsetKey(): call the higher level wrapper setModifiedKey...
2012-01-30  Salvatore SanfilippoMerge pull request #321 from mkwiatkowski/ticket227
2012-01-30  Michal KwiatkowskiSORT with STORE removes key if result is empty. This...
2012-01-29  Jakub WieczorekLua reports line numbers off by one in error messages
2012-01-26  antirezfalse positive in expire tests mitigated with a sleep...
2012-01-26  antirezLess false positives for obuf-limits.tcl tests
2012-01-25  antirezAdded test for client output buffer limit (soft limit).
2012-01-25  antirezAdded test for client output buffer limit (hard limit).
2012-01-25  antirezFixed typo in getClientLimitClassByName()
next