]> git.saurik.com Git - redis.git/history - src
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the...
[redis.git] / src /
2012-03-13  antirezRDB hashes loading, fixed another bug in the loading...
2012-03-13  antirezRDB hashes loading fixed removing the assertion that...
2012-03-10  antirezRDB4 support in redis-check-dump.
2012-03-10  antirezRDB version is no 4, because small hashes are now encod...
2012-03-10  antirezVersion is now 2.5.1, first unstable release of Redis 2.6
2012-03-10  antirezBuild dependencies updated.
2012-03-10  antirezRedis 2.6 branch obtained from unstable removing all...
2012-03-10  antirezMore vertical space saved.
2012-03-10  antirezMinor code aesthetic change to use Redis code base...
2012-03-10  antirezRemoved handling of deprecated hash-max-zipmap-entries...
2012-03-10  antirezAdded a top-function comment to rioWriteHashIteratorCur...
2012-03-09  antirezMerge conflicts resolved.
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 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  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  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  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  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  antirezdebugging messages removed from freeMemoryIfNeeded()
2012-02-07  antirezFixes to c->reply_bytes computation, and debug messages...
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  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  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  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-25  Pieter NoordhuisTest that zipmap from RDB is correctly converted
2012-01-25  antirezFixed typo in getClientLimitClassByName()
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezFixed another possible bug in cluster.c found by clang...
2012-01-25  antirezMerge branch 'unstable' into limits
2012-01-25  antirezFixed a non critical bug signaled by clang static analy...
2012-01-25  antirezMerge branch 'unstable' into limits
next