]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-11-29  Pieter NoordhuisUpdate linenoise
2010-11-28  Pieter NoordhuisRefactor help-related code into redis-cli.c
2010-11-28  Pieter NoordhuisUpdate help.h generator script to output man-style...
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-16  Tj HolowaychukAdded redis-cli interactive help support
2010-11-15  antirezadded a few more files to gitignore
2010-11-12  antirezFix for bug 374, thanks to Jeremy Zawodny for reporting...
2010-11-11  antirezvolatile-lru maxmemory policy segfault fixed, thanks...
2010-11-08  antireznow redis-cli is able to show the Git SHA1 in the versi...
2010-11-08  antirezmake sure to flush stdout every line read in monitor...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-08  antirezbuild redis-server at the end so have a more pleasing...
2010-11-08  antirezfixed compilation with 32bit target
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-05  Pieter NoordhuisUpdate hiredis
2010-11-05  Pieter NoordhuisOnly cascade clean target to deps
2010-11-05  antirezversion bumped to 2.1.7 after merging with aaslave...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezversion bumped to 2.1.6
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-05  Pieter NoordhuisUse multi-bulk protocol in SET benchmark
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-04  antirezreplication asynchronous SYNC information in INFO output
2010-11-04  antirezmore replication info in logs
2010-11-04  antireznon blocking slave replication is now more non blocking...
2010-11-04  antireztypos and minor stuff fixed in the new non blocking...
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-04  Pieter NoordhuisMicrosecond latency resolution in redis-benchmark
2010-11-04  Pieter NoordhuisUse hiredis from redis-benchmark
2010-11-04  Pieter NoordhuisUpdate hiredis
2010-11-04  antirezminor test suite bug fixed
2010-11-04  Pieter NoordhuisStop using the freelist robj* cache
2010-11-03  antireztop level make clean also clean hiredis and linoise...
2010-11-03  Pieter NoordhuisImport linenoise as dependency for redis-cli
2010-11-03  Pieter NoordhuisPut duration in parenthesis
2010-11-03  Pieter NoordhuisAdd proper numbering for multi bulk replies in redis-cli
2010-11-03  Pieter NoordhuisUse hiredis from redis-cli
2010-11-03  Pieter NoordhuisAdd hiredis dependency for redis-cli, redis-benchmark...
2010-11-03  antirezadded support for command renaming/suppression in redis...
2010-11-03  antirezcommand lookup process turned into a much more flexible...
2010-11-03  antirezNow it is possible to use quoted strings in the redis...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezRSS information in INFO output
2010-11-02  antirezDo not update the LRU info on key lookup when we have...
2010-11-02  antirezredis-cli in interactive mode now prints the time elaps...
2010-11-02  antirezRevert "Function to compute RSS memory usage in a fast...
2010-11-02  antirezRevert "Now maxmemory, VM, and everything else uses...
2010-11-02  antirezNow maxmemory, VM, and everything else uses the fast...
2010-11-02  antirezFunction to compute RSS memory usage in a fast way...
2010-11-02  antirezremoved a number of stupid compilation warnings on...
2010-11-02  antirezzmalloc functions to get RSS and fragmentation refactor...
2010-10-28  antirezmerge conflict resolved
2010-10-28  Pieter NoordhuisRewrite comment that was no longer valid
2010-10-28  Pieter NoordhuisWhen REDIS_CLOSE_AFTER_REPLY is set, there may never...
2010-10-28  Pieter NoordhuisUnify two client flags that mean the same
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-27  antirezremoved useless spaces from DEBUG OBJECT output
2010-10-26  Pieter NoordhuisReturn error to client on wrong type for HMGET
2010-10-25  antirezadded a missing prototype from syncio.c in redis.h
2010-10-25  antirezmore generally usable i/o functions moved to syncio.c
2010-10-24  antirezsynchronous I/O networking functions originally used...
2010-10-23  Pieter NoordhuisExclusively use either tcmalloc or OSX's native malloc_...
2010-10-23  Pieter NoordhuisDon't use prefix when malloc_size() can be called
2010-10-22  antirezMake sure to reset the signal handler and deliver again...
2010-10-22  Robey Pointerif server.saveparamslen is not set, don't save the...
2010-10-21  antirezREADME more specific about tcmalloc space benefits
2010-10-21  antirezMakefile typo fixed for tcmalloc option
2010-10-21  antirezreports if tcmalloc is in used in INFO output
2010-10-21  antirezsupport for compiling with tcmalloc
2010-10-21  antirezversion bumped to 2.1.5
2010-10-17  Pieter NoordhuisSkip object encoding where it doesn't make sense
2010-10-17  Pieter NoordhuisObject encoding in hash function is done by a more...
2010-10-17  Pieter NoordhuisRemoved unused command flags
2010-10-17  Pieter NoordhuisConvert objects in the command procs instead of the...
2010-10-15  Pieter NoordhuisPrevent clients from making too large multibulk requests
2010-10-15  Pieter NoordhuisAdd benchmark for MSET
2010-10-15  antirezprevent small integer sharing when maxmemory is active...
2010-10-15  Pieter NoordhuisChange protocol from bulk to inline in redis-benchmark
2010-10-15  Pieter NoordhuisDon't reset the client when processCommand returns...
2010-10-15  Pieter NoordhuisChange tests to use either the inline or the multibulk...
2010-10-15  Pieter NoordhuisShow output of leaks command on a leak
2010-10-15  Pieter NoordhuisChange tcl client to only use the multibulk protocol
2010-10-15  Pieter NoordhuisRefactor request parsing code for efficiency
2010-10-15  Pieter NoordhuisAdd tests for OK on QUIT
2010-10-15  antirezCONFIG RESETSTAT no longer resets the server uptime...
2010-10-15  antirezminor aesthetic change
2010-10-15  antirezadded keyspace_hits and keyspace_misses fields in INFO...
2010-10-15  antirezmaxmemory-samples implemented in CONFIG command and...
2010-10-15  antirezDon't increment dirty on expireIfNeeded() as natural...
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezimplemented different algorithms for maxmemory
2010-10-14  Pieter NoordhuisReplace ziplist stresser and fix regression
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisReturn error when min and/or max in the sorted set...
2010-10-13  Pieter NoordhuisMake ZREMRANGEBYSCORE accept the same range spec as...
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-13  Pieter Noordhuissockaddr_un.sun_path appears to never hold anything...
2010-10-13  Pieter NoordhuisUse different accept handlers for TCP and unix socket...
2010-10-13  Pieter NoordhuisRemove disabling TCP with port -1
next