2012-03-13 |
antirez | RDB hashes loading, fixed another bug in the loading... |
tree | commitdiff |
2012-03-13 |
antirez | RDB hashes loading fixed removing the assertion that... |
tree | commitdiff |
2012-03-10 |
antirez | RDB4 support in redis-check-dump. |
tree | commitdiff |
2012-03-10 |
antirez | RDB version is no 4, because small hashes are now encod... |
tree | commitdiff |
2012-03-10 |
antirez | Version is now 2.5.1, first unstable release of Redis 2.6 |
tree | commitdiff |
2012-03-10 |
antirez | Build dependencies updated. |
tree | commitdiff |
2012-03-10 |
antirez | Redis 2.6 branch obtained from unstable removing all... |
tree | commitdiff |
2012-03-10 |
antirez | More vertical space saved. |
tree | commitdiff |
2012-03-10 |
antirez | Minor code aesthetic change to use Redis code base... |
tree | commitdiff |
2012-03-10 |
antirez | Removed handling of deprecated hash-max-zipmap-entries... |
tree | commitdiff |
2012-03-10 |
antirez | Added a top-function comment to rioWriteHashIteratorCur... |
tree | commitdiff |
2012-03-09 |
antirez | Merge conflicts resolved. |
tree | commitdiff |
2012-03-08 |
antirez | Instantaneous ops/sec figure in INFO output. |
tree | commitdiff |
2012-03-08 |
antirez | Support for all the redis.conf fields in CONFIG GET... |
tree | commitdiff |
2012-03-08 |
antirez | run_id added to INFO output. |
tree | commitdiff |
2012-03-08 |
antirez | clusterGetRandomName() generalized into getRandomHexCha... |
tree | commitdiff |
2012-03-07 |
antirez | By default Redis refuses writes with an error if the... |
tree | commitdiff |
2012-03-07 |
antirez | Refuse writes if can't persist on disk. |
tree | commitdiff |
2012-03-07 |
antirez | Better MONITOR output, now includes client ip:port... |
tree | commitdiff |
2012-03-07 |
antirez | anetPeerToString() automatically populates ip/port... |
tree | commitdiff |
2012-03-07 |
antirez | TIME command. |
tree | commitdiff |
2012-02-29 |
antirez | redis-cli: CSV output added, used for the --slave mode. |
tree | commitdiff |
2012-02-29 |
antirez | Initial implementation of redis-cli --slave support. |
tree | commitdiff |
2012-02-29 |
antirez | Ping the slave using the standard protocol instead... |
tree | commitdiff |
2012-02-29 |
antirez | Better implementation for BRPOP/BLPOP in the non blocki... |
tree | commitdiff |
2012-02-29 |
antirez | lpush arguments vector rewrite modified for more speed... |
tree | commitdiff |
2012-02-28 |
antirez | Version bumped to 2.9.5 |
tree | commitdiff |
2012-02-28 |
antirez | Better system for additional commands replication. |
tree | commitdiff |
2012-02-28 |
antirez | Added a new API to replicate an additional command... |
tree | commitdiff |
2012-02-28 |
antirez | propagate() prototype added to redis.h |
tree | commitdiff |
2012-02-28 |
antirez | Var renamed into pushGenericCommand() to better reflect... |
tree | commitdiff |
2012-02-28 |
antirez | Added command propagation API. |
tree | commitdiff |
2012-02-26 |
Salvatore Sanfilippo | Merge pull request #362 from fawek/mac-build-fix |
tree | commitdiff |
2012-02-26 |
Jakub Wieczorek | Fix the build on Mac OS X, where features.h is non... |
tree | commitdiff |
2012-02-26 |
Premysl Hruby | use gcc sync builtins for memory counter when possible |
tree | commitdiff |
2012-02-26 |
Premysl Hruby | fix redis-benchmark memory leak |
tree | commitdiff |
2012-02-24 |
antirez | Lua_cmsgpack added to Redis scripting. |
tree | commitdiff |
2012-02-23 |
antirez | redis-benchmark: a few fixes to pipelining implementation. |
tree | commitdiff |
2012-02-23 |
antirez | redis-benchmark: Initial support for pipelining. |
tree | commitdiff |
2012-02-22 |
antirez | unstable version called 2.9.4 |
tree | commitdiff |
2012-02-22 |
Salvatore Sanfilippo | Merge pull request #304 from bradvoth/unstable |
tree | commitdiff |
2012-02-22 |
antirez | Fix for issue #306, thanks to tchajed (on github) for... |
tree | commitdiff |
2012-02-22 |
antirez | Redis-cli should accept help command even if there... |
tree | commitdiff |
2012-02-22 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-02-22 |
antirez | zzlIsInRange() now is capable of handling empty sorted... |
tree | commitdiff |
2012-02-21 |
Salvatore Sanfilippo | Merge pull request #347 from pietern/unstable-segv |
tree | commitdiff |
2012-02-21 |
Pieter Noordhuis | Solaris has backtrace(3) |
tree | commitdiff |
2012-02-21 |
Pieter Noordhuis | Also force SIGSEGV without HAVE_BACKTRACE |
tree | commitdiff |
2012-02-21 |
antirez | Fixed undefined behavior in *INCR style functions overf... |
tree | commitdiff |
2012-02-21 |
antirez | bzero -> memset |
tree | commitdiff |
2012-02-19 |
antirez | The hiredis lib shipped with Redis was updated to lates... |
tree | commitdiff |
2012-02-16 |
Pieter Noordhuis | Don't expire keys when loading an RDB after a SYNC |
tree | commitdiff |
2012-02-16 |
antirez | Now HINCRBY can detect overflows too. Fix for issue... |
tree | commitdiff |
2012-02-16 |
antirez | Return ASAP from checkClientOutputBufferLimits() if... |
tree | commitdiff |
2012-02-16 |
antirez | Merge branch 'issue327' into unstable |
tree | commitdiff |
2012-02-15 |
antirez | Add stdint.h in endianconv.h to fix issue #336. |
tree | commitdiff |
2012-02-14 |
antirez | redis-check-aof is now large files safe also on 32... |
tree | commitdiff |
2012-02-14 |
antirez | add -f flag to cp when installing, otherwise stopping... |
tree | commitdiff |
2012-02-14 |
antirez | endian.c/h -> endianconv.c/h to avoid issues with broke... |
tree | commitdiff |
2012-02-14 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-02-14 |
antirez | intset.c endianess fixes. |
tree | commitdiff |
2012-02-13 |
Salvatore Sanfilippo | Merge pull request #334 from lsbardel/quantredis |
tree | commitdiff |
2012-02-13 |
lsbardel | added lua struct c extension |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 5. |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 4. |
tree | commitdiff |
2012-02-09 |
antirez | ziplist.c endianess fixes, chapter 3. |
tree | commitdiff |
2012-02-08 |
antirez | more ziplist.c endianess fixes |
tree | commitdiff |
2012-02-08 |
antirez | ziplist.c fixes for bigendian |
tree | commitdiff |
2012-02-08 |
antirez | A few small BSD related fixes. |
tree | commitdiff |
2012-02-07 |
antirez | debugging messages removed from freeMemoryIfNeeded() |
tree | commitdiff |
2012-02-07 |
antirez | Fixes to c->reply_bytes computation, and debug messages... |
tree | commitdiff |
2012-02-07 |
antirez | Precision of getClientOutputBufferMemoryUsage() greatil... |
tree | commitdiff |
2012-02-06 |
antirez | freeMemoryIfNeeded() minor refactoring |
tree | commitdiff |
2012-02-06 |
antirez | Also remove size of AOF buffers from used memory when... |
tree | commitdiff |
2012-02-05 |
antirez | Redis Manifesto moved from src to root dir |
tree | commitdiff |
2012-02-04 |
antirez | This fixes issue #327, is a very complex fix (unfortuna... |
tree | commitdiff |
2012-02-04 |
antirez | Use less memory when emitting the protocol, by using... |
tree | commitdiff |
2012-02-02 |
antirez | Now Lua scripts dispatch Redis commands properly callin... |
tree | commitdiff |
2012-02-02 |
antirez | Set a 3.5 GB maxmemory limit with noeviction policy... |
tree | commitdiff |
2012-02-02 |
antirez | Added a server.arch_bits field instead of computing... |
tree | commitdiff |
2012-02-01 |
antirez | Only incremnet stats for key miss/hit when the key... |
tree | commitdiff |
2012-02-01 |
antirez | Make SORT BY <constant> STORE ... to always produce... |
tree | commitdiff |
2012-02-01 |
antirez | SORT is now more deterministic: does not accept to... |
tree | commitdiff |
2012-01-31 |
antirez | Order output of commands returning random arrays using... |
tree | commitdiff |
2012-01-31 |
antirez | Fixed redis-benchmark --help output typo |
tree | commitdiff |
2012-01-31 |
antirez | 64 bit instances are no longer limited to have at max... |
tree | commitdiff |
2012-01-30 |
antirez | Merge remote-tracking branch 'origin/unstable' into... |
tree | commitdiff |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #319 from fawek/lua-error-location |
tree | commitdiff |
2012-01-30 |
antirez | setKey(): call the higher level wrapper setModifiedKey... |
tree | commitdiff |
2012-01-30 |
Salvatore Sanfilippo | Merge pull request #321 from mkwiatkowski/ticket227 |
tree | commitdiff |
2012-01-30 |
Michal Kwiatkowski | SORT with STORE removes key if result is empty. This... |
tree | commitdiff |
2012-01-29 |
Jakub Wieczorek | Lua reports line numbers off by one in error messages |
tree | commitdiff |
2012-01-25 |
Pieter Noordhuis | Test that zipmap from RDB is correctly converted |
tree | commitdiff |
2012-01-25 |
antirez | Fixed typo in getClientLimitClassByName() |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
tree | commitdiff |
2012-01-25 |
antirez | Fixed another possible bug in cluster.c found by clang... |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
2012-01-25 |
antirez | Fixed a non critical bug signaled by clang static analy... |
tree | commitdiff |
2012-01-25 |
antirez | Merge branch 'unstable' into limits |
tree | commitdiff |
next |