summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Update linenoise to fix insecure redis-cli history file creation.antirez2016-07-291-1/+6
* Redis 3.2.2.3.2.2antirez2016-07-282-1/+190
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-286-17/+129
* redis-benchmark: new option to show server errors on stdout.antirez2016-07-281-1/+17
* Multiple GEORADIUS bugs fixed.antirez2016-07-276-21/+177
* Replication: when possible start RDB saving ASAP.antirez2016-07-271-2/+8
* Sentinel: new test unit 07 that tests master down conditions.antirez2016-07-271-0/+68
* Sentinel: check Slave INFO state more often when disconnected.antirez2016-07-272-3/+10
* Avoid simultaneous RDB and AOF child process.antirez2016-07-274-8/+51
* Replication: start BGSAVE for replication always in replicationCron().antirez2016-07-271-12/+15
* Regression test for issue #3333.antirez2016-07-061-0/+6
* getLongLongFromObject: use string2ll() instead of strict_strtoll().antirez2016-07-061-6/+1
* redis-cli: check SELECT reply type just in state updated.antirez2016-07-051-1/+1