summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix overflow in mstime() in redis-cli and benchmark.antirez2012-12-202-2/+2
* CONTRIBUTING updated with request to add BSD license.antirez2012-12-171-1/+2
* Added missing license and copyright in deps/hiredis.antirez2012-12-173-0/+90
* Define _XOPEN_SOURCE appropriately on NetBSD.Patrick TJ McPhee2012-12-122-2/+2
* Fix config.h endianess detection to work on Linux / PPC64.antirez2012-12-112-2/+16
* Redis 2.6.72.6.7antirez2012-12-032-1/+8
* Issue 804 Add Default-Start and Default-Stop LSB tags for RedHat startup and ...Brian J. McManus2012-12-031-0/+2
* Memory leak fixed: release client's bpop->keys dictionary.antirez2012-12-031-0/+1
* Test: fixed osx "leaks" support in test.antirez2012-12-031-1/+3
* Blocking POP: use a dictionary to store keys clinet side.antirez2012-12-023-36/+20
* Test: regression for issue #801.antirez2012-12-011-0/+21
* Client should not block multiple times on the same key.antirez2012-12-011-6/+20
* Make an EXEC test more latency proof.antirez2012-11-291-2/+2
* Redis 2.6.62.6.6antirez2012-11-282-1/+8
* Jemalloc updated to version 3.2.0.antirez2012-11-2840-631/+1741
* Redis 2.6.52.6.5antirez2012-11-222-1/+21
* EVALSHA is now case insensitive.antirez2012-11-224-2/+18
* Fix integer overflow in zunionInterGenericCommand().antirez2012-11-221-1/+1
* Test: MULTI state is cleared after EXECABORT error.antirez2012-11-221-0/+11
* Test: make sure EXEC fails after previous transaction errors.antirez2012-11-221-0/+28
* Test: MULTI/EXEC tests moved into multi.tcl.antirez2012-11-223-49/+49
* Safer handling of MULTI/EXEC on errors.antirez2012-11-223-21/+44
* Children creating AOF or RDB files now report memory used by COW.antirez2012-11-202-0/+16
* zmalloc_get_private_dirty() function added (Linux only).antirez2012-11-202-0/+26
* zmalloc: kill unused __size parameter in update_zmalloc_stat_alloc() macro.antirez2012-11-141-7/+7
* MIGRATE: fix default timeout to 1000 milliseconds.antirez2012-11-121-1/+1
* MIGRATE timeout should be in milliseconds.antirez2012-11-121-1/+1
* MIGRATE: fix fd leak due to missing close on error.antirez2012-11-121-0/+1
* Copyright date fixed in COPYING file.antirez2012-11-081-1/+1
* Redis 2.6.42.6.4antirez2012-11-083-1040/+12
* Make clear that contributing code to the Redis project means to release it un...antirez2012-11-082-0/+18
* BSD license added to every C source and header file.antirez2012-11-0859-32/+1377
* Redis 2.6.32.6.3antirez2012-11-062-1/+9
* fix a typo in redis.h line 595 commentRunzhen Wang2012-11-021-1/+1
* More robust handling of AOF rewrite child.antirez2012-11-011-1/+5
* Merge pull request #743 from Cofyc/fixtypoSalvatore Sanfilippo2012-11-012-10/+10
|\
| * fix typo in comments (redis.c, networking.c)Yecheng Fu2012-11-012-10/+10