summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.2.9.3.2.9antirez2017-05-172-1/+47
* redis-cli --bigkeys: show error when TYPE fails.antirez2017-05-151-2/+7
* Fix preprocessor if/else chain broken in order to fix #3927.antirez2017-04-211-0/+3
* Fix zmalloc_get_memory_size() ifdefs to actually use the else branch.antirez2017-04-211-2/+0
* Set lua-time-limit default value at safe place.antirez2017-04-212-1/+1
* Fix #3848 by closing the descriptor on error.antirez2017-04-211-1/+2
* update block->free after some diff data are written to the child process张文康2017-04-201-0/+1
* Test: fix, hopefully, false PSYNC failure like in issue #2715.antirez2017-04-141-1/+1
* fix #2883, #2857 pipe fds leak when fork() failed on bg aof rwJohn.Koepi2017-02-201-0/+1
* Don't leak file descriptor on syncWithMaster().antirez2017-02-201-1/+2
* Redis 3.2.8.3.2.8antirez2017-02-122-1/+30
* Revert "Jemalloc updated to 4.4.0."antirez2017-02-12150-17171/+6256
* Fix MIGRATE closing of cached socket on error.antirez2017-02-091-6/+23
* Redis 3.2.7.3.2.7antirez2017-01-312-1/+96
* Ziplist: insertion bug under particular conditions fixed.antirez2017-01-301-1/+9
* Jemalloc updated to 4.4.0.antirez2017-01-30150-6256/+17171
* Change switch statment to if statmentmiter2017-01-301-4/+2
* fix rare assertion in DEBUG DIGESToranagra2017-01-301-1/+1
* Verify pairs are provided after subcommandsItamar Haber2017-01-301-1/+1
* Avoid geo.c warning in initialization.antirez2017-01-301-1/+1
* Security: Cross Protocol Scripting protection.antirez2017-01-303-2/+27
* Ziplist: remove static from functions, they prevent good crash reports.antirez2017-01-271-14/+14
* Initialize help only in repl modeJan-Erik Rediger2017-01-271-5/+5
* Fix redis-cli rare crash.Yossi Gottlieb2016-12-211-0/+4
* MIGRATE: Remove upfront ttl initialization.antirez2016-12-141-4/+3
* Reset the ttl for additional keysJan-Erik Rediger2016-12-141-0/+1
* Redis 3.2.6.3.2.6antirez2016-12-062-1/+45
* Geo: improve fuzz test.antirez2016-12-051-3/+11
* Geo: fix computation of bounding box.antirez2016-12-052-27/+33
* Cluster: handle zero bytes at the end of nodes.conf.antirez2016-11-161-1/+1
* Test: regression test for #3564 added.antirez2016-10-311-0/+9
* bitops.c/bitfieldCommand: update higest_write_offset with checksunhe2016-10-311-2/+3
* Add missing fclose()jybaek2016-10-311-0/+1
* Redis 3.2.5.3.2.5antirez2016-10-262-1/+16
* BSDs don't have -ldlzach shipko2016-10-261-5/+15
* Fix modules compilation when libc malloc is used.antirez2016-10-261-2/+2
* 3.2.4 release notes clarifications.antirez2016-09-261-0/+11
* Redis 3.2.4.3.2.4antirez2016-09-262-1/+79
* Security: CONFIG SET client-output-buffer-limit overflow fixed.antirez2016-09-261-3/+5
* fix the fix for the TCP binding.antirez2016-09-121-10/+15
* fix tcp binding when IPv6 is unsupportedoranagra2016-09-122-10/+14
* debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.antirez2016-09-091-1/+0
* crash log - improve code dump with more info and called symbols.antirez2016-09-091-20/+59
* crash log - add hex dump of function codeoranagra2016-09-091-0/+22
* Sentinel example config: warn about protected mode.antirez2016-08-111-1/+16
* Display the nodes summary once the cluster is established using redis-trib.rbrojingeorge2016-08-051-0/+5
* Use the standard predefined identifier __func__ (since C99)Guo Xiao2016-08-041-1/+1
* Redis 3.2.3.3.2.3antirez2016-08-022-1/+29
* Merge pull request #3426 from QuChen88/3.2Salvatore Sanfilippo2016-08-021-1/+1
|\
| * Fix a bug to delay bgsave while AOF rewrite in progress for replicationQu Chen2016-08-011-1/+1
|/