summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 5.0.4.5.0.4antirez2019-03-182-1/+206
* HyperLogLog: fix comment in hllCount().antirez2019-03-181-2/+2
* HyperLogLog: handle wrong offset in the base case.antirez2019-03-181-6/+2
* HyperLogLog: speedup fuzz test.antirez2019-03-181-2/+1
* HyperLogLog: enlarge reghisto variable for safety.antirez2019-03-181-1/+6
* HyperLogLog: dense/sparse repr parsing fuzz test.antirez2019-03-181-0/+29
* Fix hyperloglog corruptionJohn Sully2019-03-181-0/+6
* Provide an uninstall target in MakefileBrad Solomon2019-03-181-0/+3
* redis-check-aof: fix potential overflow.antirez2019-03-181-2/+2
* Fix objectSetLRUOrLFU() when LFU underflows.antirez2019-03-141-7/+11
* Fix ZPOP return type when COUNT=0. Related to #5799.antirez2019-03-141-1/+1
* Improve comments after merging #5834.antirez2019-03-142-8/+14
* Trim SDS free space of retained module stringsGuy Benoish2019-03-144-5/+28
* Fix mismatching keyspace notification classesGuy Benoish2019-03-142-2/+2
* Fix zlexrangespec mem-leak in genericZrangebylexCommandGuy Benoish2019-03-141-1/+4
* Use memtoll() in 'CONFIG SET client-output-buffer-limit'Guy Benoish2019-03-141-2/+2
* Increase string2ld's buffer size (and fix HINCRBYFLOAT)Guy Benoish2019-03-142-1/+5
* Check server.verbosity in RM_LogRawGuy Benoish2019-03-141-0/+2
* ZPOP should return an empty array if COUNT=0Guy Benoish2019-03-141-1/+4
* Modules shared API: export new core APIs.antirez2019-03-142-0/+6
* Modules shared API: also unregister the module as user.antirez2019-03-141-0/+23
* Modules shared API: prevent unloading of used modules.antirez2019-03-141-4/+10
* Modules shared API: unregister APIs function.antirez2019-03-141-0/+25
* Modules shared API: initial core functions.antirez2019-03-142-1/+89
* Revert shared APIs to modify the design.antirez2019-03-143-120/+0
* added module ability to register api to be used by other modulesMeirShpilraien2019-03-143-0/+120
* Streams: checkType before XGROUP CREATEzhaozhao.zz2019-03-131-5/+7
* Fix BZPOP arity, backport from fix in cd2743c.antirez2019-03-131-2/+2
* optimize cluster failoverchendianqiang2019-03-131-0/+1
* Only increment delivery count if JUSTID option is omittedSteve Webster2019-03-132-3/+18
* Increment delivery counter on XCLAIM unless RETRYCOUNT specifiedSteve Webster2019-03-132-2/+35
* Merge branch '5.0' of github.com:/antirez/redis into 5.0antirez2019-03-131-0/+9
|\
| * Merge pull request #5879 from meierfra-ergon/redis-cli-assume-yesSalvatore Sanfilippo2019-03-121-0/+9
| |\
| | * extend use of cluster-yes option to other confimation questionsFrank Meier2019-03-041-0/+9
* | | document additional flag of RM_GetContextFlagsswilly222019-03-131-0/+3
* | | Extend REDISMODULE_CTX_FLAGS to indicate if command was sent by masterswilly222019-03-132-0/+6
|/ /
* | Make comment in #5911 stay inside 80 cols.antirez2019-03-101-1/+2
* | Replicas aren't allowed to run the replicaof commandJohn Sully2019-03-101-0/+8
* | Merge branch '5.0' of github.com:/antirez/redis into 5.0antirez2019-03-011-1/+2
|\ \
| * \ Merge pull request #5870 from fengweiyuan/5.0Salvatore Sanfilippo2019-03-011-1/+2
| |\ \ | | |/ | |/|
| | * fix corrupt_rdb.c bug.Let the name of input rdb file name be valid.varianfeng2019-02-261-1/+2
* | | redis-cli add support for --memkeys, fix --bigkeys for module typesOran Agra2019-03-011-81/+132
* | | fix replicationid will not change for server.masterhost==NULL in cluster mode...chendianqiang2019-03-011-1/+1
|/ /
* | Cluster Manager: fix replica assigment anti-affinity (create)artix2019-02-221-0/+6
* | Cluster Manager: remove unused code elementsartix2019-01-251-13/+8
* | fix clusterManagerGetAntiAffinityScore double free otypesZhicheng Wei2019-01-251-1/+2
|/
* Remove debugging printf from replication.tcl test.antirez2018-12-211-1/+0
* Redis 5.0.35.0.3antirez2018-12-122-1/+209
* freeMemoryIfNeeded() small refactoring.antirez2018-12-124-10/+16
* evict: don't care about mem if loadingzhaozhao.zz2018-12-121-3/+9