summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Unix socket clients properly displayed in MONITOR and CLIENT LIST.antirez2012-11-013-8/+15
* | 32 bit build fixed on Linux.antirez2012-11-011-1/+1
|/
* fix a typo in a commentYAMAMOTO Takashi2012-10-311-1/+1
* Invert two sides of if expression in SET to avoid a lookup.antirez2012-10-311-1/+1
* No longer used macro rdbIsOpcode() removed.antirez2012-10-301-3/+0
* help.h update (adds bitop, bitcount, evalsha...)antirez2012-10-301-3/+28
* Redis 2.6.22.6.2antirez2012-10-262-1/+6
* Ctrl+w support in linenoise.antirez2012-10-261-20/+37
* Marginally more robust glibc version test for sync_file_range detection.antirez2012-10-261-1/+1
* patch config.h for sync_file_rangecharsyam2012-10-261-2/+3
* Redis 2.6.12.6.1antirez2012-10-252-1/+5
* Fix compilation on Linux kernels or glibc versions lacking sync_file_range().antirez2012-10-251-0/+13
* Update memory peak stats while loading RDB / AOF.antirez2012-10-241-0/+2
* Redis 2.6.02.6.0antirez2012-10-222-1/+10
* A filed called slave_read_only added in INFO output.antirez2012-10-221-1/+4
* Fix (cosmetic) typos in dict.hGreg Hurrell2012-10-221-4/+4
* redis-check-dump now understands dumps produced by Redis 2.6Schuster2012-10-221-7/+21
* Default memory limit for 32bit instanced moved from 3.5 GB to 3 GB.antirez2012-10-221-4/+4