summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HyperLogLog: fix the fix of a corruption bug.3.2antirez2019-07-311-2/+1
* Fix HLL corruption bugJohn Sully2019-07-301-0/+1
* Redis 3.2.13.3.2.13antirez2019-03-182-1/+7
* HyperLogLog: handle wrong offset in the base case.antirez2019-03-181-6/+2
* Fix hyperloglog corruptionJohn Sully2019-03-181-0/+6
* Replicas aren't allowed to run the replicaof commandJohn Sully2019-03-181-0/+8
* Sentinel: add an option to deny online script reconfiguration.antirez2018-06-292-0/+41
* Redis 3.2.12.3.2.12antirez2018-06-132-1/+12
* Security: fix redis-cli buffer overflow.antirez2018-06-131-11/+16
* Security: fix Lua struct package offset handling.antirez2018-06-131-2/+6
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* Security: update Lua struct package for security.antirez2018-06-131-23/+23
* Security: fix Lua cmsgpack library stack overflow.antirez2018-06-131-0/+3
* Fix dictScan(): It can't scan all buckets when dict is shrinking.赵磊2018-06-081-11/+14
* Actually use ae_flags to add AE_BARRIER if needed.antirez2018-02-281-1/+1
* ae.c: insetad of not firing, on AE_BARRIER invert the sequence.antirez2018-02-271-22/+38
* AOF: fix a bug that may prevent proper fsyncing when fsync=always.antirez2018-02-271-6/+18
* Cluster: improve crash-recovery safety after failover auth vote.antirez2018-02-271-2/+3
* ae.c: introduce the concept of read->write barrier.antirez2018-02-272-6/+29
* rehash: handle one db until finishedzhaozhao.zz2017-11-211-2/+5
* fix boundary case for _dictNextPowerkmiku72017-11-081-1/+1
* Fix saving of zero-length lists.antirez2017-11-061-2/+3
* Fix buffer overflows occurring reading redis.conf.antirez2017-10-311-0/+3
* Redis 3.2.11.3.2.11antirez2017-09-212-1/+16
* Flush append only buffers before existing.Oran Agra2017-09-181-1/+2
* Redis 3.2.10.3.2.10antirez2017-07-282-1/+136
* Check that the whole first argument is a numberJan-Erik Rediger2017-07-241-2/+3
* fix rewrite config: auto-aof-rewrite-min-sizeWuYunlong2017-07-241-2/+2
* Fixed issue #1996 (Missing '-' in help message for redis-benchmark)Byron Grobe2017-07-241-1/+1
* Don't use extended Regexp SyntaxJan-Erik Rediger2017-07-241-6/+6
* fix return wrong value of clusterDelNodeSlotsLeon Chen2017-07-241-2/+4
* fix mismatch argumentLeon Chen2017-07-241-1/+1
* Fix lua ldb command logliangsijian2017-07-241-0/+1
* Make representClusterNodeFlags() more robust.antirez2017-07-241-16/+17
* Fix isHLLObjectOrReply() to handle integer encoded strings.antirez2017-07-111-0/+1
* Fix abort typo in Lua debugger help screen.antirez2017-06-301-1/+1
* Added GEORADIUS(BYMEMBER)_RO variants for read-only operations.antirez2017-06-303-11/+32
* Fix following issues in blocking commands:Suraj Narkhede2017-06-271-0/+1
* Fix brpop command table entry and redirect blocked clients.Suraj Narkhede2017-06-272-2/+3
* Fix PERSIST expired key resuscitation issue #4048.antirez2017-06-271-7/+4
* Removed duplicate 'sys/socket.h' includeAntonio Mallia2017-06-271-1/+0
* Prevent expirations and evictions while pausedZachary Marquez2017-06-271-0/+10
* Collect fork() timing info only if fork succeeded.antirez2017-06-271-3/+4
* Aesthetic changes to #4068 PR to conform to Redis coding standard.antirez2017-06-221-7/+6
* Optimize set command with ex/px when updating aof.xuzhou2017-06-221-3/+3
* redis-benchmark: add -t hset target.antirez2017-06-221-0/+7
* Fix set with ex/px option when propagated to aofxuzhou2017-06-224-1/+36
* fix server.stat_net_output_bytes calc bugminghang.zmh2017-06-201-1/+1
* Fixed comments of slowlog durationxuchengxuan2017-06-201-1/+1
* cli: Only print elapsed time on OUTPUT_STANDARDcbgbt2017-06-201-1/+3