summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 4.0.1.4.0.1antirez2017-07-242-1/+83
* 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
* Correct proceding -> proceeding typo.Chris Lamb2017-07-241-1/+1
* 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
* Modules: don't crash when Lua calls a module blocking command.antirez2017-07-231-2/+12
* Fix typo in unblockClientFromModule() top comment.antirez2017-07-231-1/+1
* Make representClusterNodeFlags() more robust.antirez2017-07-231-17/+18
* Fix two bugs in moduleTypeLookupModuleByID().antirez2017-07-231-4/+7
* Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-142-12/+20
* Redis 4.0.0 GA.4.0.0antirez2017-07-142-1/+342
* Modules: fix thread safe context DB selection.antirez2017-07-141-0/+3
* Modules documentation removed from source.antirez2017-07-144-2830/+0
* Markdown generation of Redis Modules API reference improved.antirez2017-07-142-74/+83
* Fix replication of SLAVEOF inside transaction.antirez2017-07-142-3/+19
* CLUSTER GETKEYSINSLOT: avoid overallocating.antirez2017-07-141-0/+5
* Fix isHLLObjectOrReply() to handle integer encoded strings.antirez2017-07-141-0/+1
* Clients blocked in modules: free argv/argc later.antirez2017-07-142-3/+15
* Event loop: call after sleep() only from top level.antirez2017-07-142-2/+4
* redis-check-aof: tell users there is a --fix option.antirez2017-07-141-1/+2
* Modules: Fix io->bytes calculation in RDB saveGuy Benoish2017-07-141-30/+55
* AOF check utility: ability to check files with RDB preamble.antirez2017-07-146-35/+61
* minor fix in listJoin().sunweinan2017-07-061-1/+1
* Free IO context if any in RDB loading code.antirez2017-07-061-0/+4
* Modules: DEBUG DIGEST interface.antirez2017-07-065-1/+108
* update Makefile for test-sdsspinlock2017-07-061-1/+1
* Optimize addReplyBulkSds for better performancespinlock2017-07-061-2/+1
* Avoid closing invalid FDs to make Valgrind happier.antirez2017-07-061-1/+5
* Modules: no MULTI/EXEC for commands replicated from async contexts.antirez2017-07-061-0/+5
* Add symmetrical assertion to track c->reply_buffer infinite growth.antirez2017-07-061-0/+4
* fixed #4100Dvir Volk2017-07-061-0/+1
* Fix GEORADIUS edge case with huge radius.antirez2017-07-062-20/+39
* redis-cli --latency: ability to run non interactively.antirez2017-07-061-3/+39
* HMSET and MSET implementations unified. HSET now variadic.antirez2017-07-062-22/+18
* Aesthetic changes to #4068 PR to conform to Redis coding standard.antirez2017-07-061-7/+6
* Sets up fake client to select current db in RM_Call()itamar2017-07-061-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 brpop command table entry and redirect blocked clients.Suraj Narkhede2017-06-302-2/+3
* RDB modules values serialization format version 2.antirez2017-06-274-28/+127
* ARM: Fix stack trace generation on crash.antirez2017-06-271-0/+5
* Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().antirez2017-06-272-7/+7
* Fix following issues in blocking commands:Suraj Narkhede2017-06-271-0/+1
* Prevent expirations and evictions while pausedZachary Marquez2017-06-272-0/+10
* Upgrade 4.0 changelog with more backward incompatibilities.antirez2017-06-231-0/+8
* Optimize set command with ex/px when updating aof.xuzhou2017-06-221-3/+3