summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge upstream 2.6.10.2.6.10-1Yossi Gottlieb2013-02-2519-42/+206
|\
| * Redis 2.6.102.6.10antirez2013-02-112-1/+22
| * Makefile: valgrind target added (forces -O0 and libc malloc).antirez2013-02-111-1/+4
| * TCP keep-alive. Better documentation in redis.conf.antirez2013-02-111-6/+11
| * Tcp keep-alive: send three probes before detectin an error.antirez2013-02-111-4/+8
| * tcp-keepalive option documented in redis.conf.antirez2013-02-111-0/+11
| * Set SO_KEEPALIVE on client sockets if configured to do so.antirez2013-02-114-0/+14
| * Add SO_KEEPALIVE support to anet.c.antirez2013-02-112-0/+44
| * Sentinel: advertise the promoted slave address only after successful setup.antirez2013-02-111-1/+9
| * fix comments forgotten in #285 (zipmap -> ziplist)Pierre Chapuis2013-02-112-3/+3
| * Make all WATCHers dirty when the slave reloads the DB.antirez2013-02-081-0/+1
| * LASTSAVE is a "random" command.antirez2013-02-071-1/+1
| * TCP_NODELAY after SYNC: changes to the implementation.antirez2013-02-058-25/+39
| * Turn off TCP_NODELAY on the slave socket after SYNC.charsyam2013-02-056-2/+30
| * Test: No clients timeout while testing.antirez2013-02-051-1/+1
| * Use `info nameofexectuable` to find current executableJohan Bergström2013-02-053-3/+6
| * Enforce tcl 8.5 or newerJohan Bergström2013-02-051-0/+2
| * Check available tcl versionsJohan Bergström2013-02-051-5/+10
| * retval doesn't initalizedRock Li2013-02-051-1/+1
| * Fix a few typos and improve grammar of redis.confDavid Celis2013-02-041-18/+18
| * Fix a bug in srandmemberWithCountCommand()Gengliang Wang2013-02-041-1/+1
* | Merge upstream Redis 2.6.9.2.6.9-1Yossi Gottlieb2013-01-2746-225/+512
|\ \ | |/
| * Lua struct library updated to version 0.2.antirez2013-01-231-52/+119
| * redis-cli --bigkeys output is now simpler to understand.antirez2013-01-211-2/+4
| * UNSUBSCRIBE and PUNSUBSCRIBE: always provide a reply.antirez2013-01-212-1/+27
| * Fixed a bug in memtest progress bar, that had no actual effects.antirez2013-01-211-4/+2
| * Not every __sun has backtrace().antirez2013-01-211-1/+1
| * Additionally two typos fixed thanks to @jodalantirez2013-01-192-2/+2
| * Whitelist SIGUSR1 to avoid auto-triggering errors.antirez2013-01-194-5/+8
| * Clear server.shutdown_asap on failed shutdown.antirez2013-01-191-0/+1
| * Slowlog: don't log EXEC but just the executed commands.antirez2013-01-192-1/+13
| * Fixed many typos.guiquanz2013-01-1938-137/+137
| * redis-cli prompt bug fixcharsyam2013-01-191-0/+1
| * Always exit if connection fails.Jan-Erik Rediger2013-01-191-4/+4
| * Fix an error reply for CLIENT commandbitterb2013-01-191-1/+1
| * redis-cli --rdb fails if server sends a pingNathan Parry2013-01-181-2/+2
| * Redis 2.6.92.6.9antirez2013-01-162-1/+15
| * redis-cli: save an RDB dump from remote server to local file.antirez2013-01-161-8/+81
| * Tests for CLIENT GETNAME/SETNAME.antirez2013-01-151-0/+33
| * Typo fixed, ASCI -> ASCII.antirez2013-01-151-1/+1
| * CLIENT GETNAME and CLIENT SETNAME introduced.antirez2013-01-153-2/+41
| * Undo slave-master handshake when SLAVEOF sets a new slave.antirez2013-01-151-7/+23
* | Merge upstream Redis 2.6.8.2.6.8-1Yossi Gottlieb2013-01-1518-40/+186
|\ \ | |/
| * Makefile.dep updated.antirez2013-01-111-4/+13
| * Redis 2.6.82.6.8antirez2013-01-102-1/+12
| * Comment in the call() function clarified a bit.antirez2013-01-101-2/+3
| * Test: added regression for issue #872.antirez2013-01-101-7/+27
| * Multiple fixes for EVAL (issue #872).antirez2013-01-101-20/+21
| * Better error reporting when fd event creation fails.antirez2013-01-032-2/+6
| * ae.c: set errno when error is not a failing syscall.antirez2013-01-031-1/+5