summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* version bumped to 2.1.7 after merging with aaslave branch for non blocking sl...antirez2010-11-051-1/+1
* Merge branch 'aaslave'antirez2010-11-055-66/+193
|\
| * config option to select if when replication link with master a slave should o...antirez2010-11-043-1/+29
| * replication asynchronous SYNC information in INFO outputantirez2010-11-041-1/+12
| * more replication info in logsantirez2010-11-041-0/+1
| * non blocking slave replication is now more non blocking than the first implem...antirez2010-11-041-24/+35
| * typos and minor stuff fixed in the new non blocking replication codeantirez2010-11-043-10/+13
| * first attempt to non blocking implementation of slave replication and SYNC bu...antirez2010-11-044-44/+117
* | version bumped to 2.1.62.2-alpha4antirez2010-11-051-1/+1
* | Merge remote branch 'pietern/benchmark'antirez2010-11-052-260/+103
|\ \ | |/ |/|
| * Use multi-bulk protocol in SET benchmarkPieter Noordhuis2010-11-051-1/+2
| * Microsecond latency resolution in redis-benchmarkPieter Noordhuis2010-11-041-28/+40
| * Use hiredis from redis-benchmarkPieter Noordhuis2010-11-042-234/+64
* | Stop using the freelist robj* cachePieter Noordhuis2010-11-044-51/+4
|/
* Import linenoise as dependency for redis-cliPieter Noordhuis2010-11-033-520/+5
* Put duration in parenthesisPieter Noordhuis2010-11-031-2/+3
* Add proper numbering for multi bulk replies in redis-cliPieter Noordhuis2010-11-031-9/+26
* Use hiredis from redis-cliPieter Noordhuis2010-11-032-223/+155
* added support for command renaming/suppression in redis.confantirez2010-11-032-10/+36
* command lookup process turned into a much more flexible and probably faster h...antirez2010-11-036-28/+70
* Now it is possible to use quoted strings in the redis.conf file accordingly t...antirez2010-11-031-1/+1
* Merge remote branch 'pietern/unixsocket'antirez2010-11-0210-69/+220
|\
| * Merge master with resolved conflict in src/redis-cli.cPieter Noordhuis2010-10-1335-1055/+2786
| |\
| * | sockaddr_un.sun_path appears to never hold anything after accept()Pieter Noordhuis2010-10-133-8/+3
| * | Use different accept handlers for TCP and unix socket connectionsPieter Noordhuis2010-10-135-26/+68
| * | Remove disabling TCP with port -1Pieter Noordhuis2010-10-132-9/+5
| * | Rename variable sockpath to unixsocketPieter Noordhuis2010-10-133-8/+8
| * | Move creating socket/bind+listen on socket to separate functionsPieter Noordhuis2010-10-131-44/+43
| * | Change initialization to allow listening on both a port and socketPieter Noordhuis2010-08-035-19/+42
| * | Add support for domain sockets to redis-cliPieter Noordhuis2010-08-011-4/+21
| * | Support for Redis to listen on a Unix socketPieter Noordhuis2010-08-014-4/+87
* | | RSS information in INFO outputantirez2010-11-021-0/+2
* | | Do not update the LRU info on key lookup when we have a saving child. With th...antirez2010-11-021-2/+5
* | | redis-cli in interactive mode now prints the time elapsed of the operation pe...antirez2010-11-021-25/+52
* | | Revert "Function to compute RSS memory usage in a fast way, suitable to be ca...antirez2010-11-022-45/+0
* | | Revert "Now maxmemory, VM, and everything else uses the fast RSS memory used ...antirez2010-11-023-15/+17
* | | Now maxmemory, VM, and everything else uses the fast RSS memory used estimati...antirez2010-11-023-17/+15
* | | Function to compute RSS memory usage in a fast way, suitable to be called ins...antirez2010-11-022-0/+45
* | | removed a number of stupid compilation warnings on Linuxantirez2010-11-024-18/+21
* | | zmalloc functions to get RSS and fragmentation refactored into two separated ...antirez2010-11-022-8/+26
* | | merge conflict resolvedantirez2010-10-2812-373/+371
|\ \ \
| * | | Rewrite comment that was no longer validPieter Noordhuis2010-10-281-6/+1
| * | | When REDIS_CLOSE_AFTER_REPLY is set, there may never be new repliesPieter Noordhuis2010-10-282-1/+5
| * | | Unify two client flags that mean the samePieter Noordhuis2010-10-283-9/+7
| * | | Skip object encoding where it doesn't make sensePieter Noordhuis2010-10-173-10/+6
| * | | Object encoding in hash function is done by a more specific functionPieter Noordhuis2010-10-171-7/+0
| * | | Removed unused command flagsPieter Noordhuis2010-10-173-126/+122
| * | | Convert objects in the command procs instead of the protocol codePieter Noordhuis2010-10-179-10/+31
| * | | Prevent clients from making too large multibulk requestsPieter Noordhuis2010-10-151-0/+4
| * | | Add benchmark for MSETPieter Noordhuis2010-10-151-0/+18