summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* (fix) Update create-cluster READMEAric Huang2017-06-201-4/+4
* SLOWLOG: log offending client address and name.antirez2017-06-154-7/+27
* Removed duplicate 'sys/socket.h' includeAntonio Mallia2017-06-151-1/+0
* Fixed comment in clusterMsg version fieldAntonio Mallia2017-06-151-1/+1
* Implement getKeys procedure for georadius and georadiusbymemberQu Chen2017-06-143-2/+41
* Fix PERSIST expired key resuscitation issue #4048.antirez2017-06-132-7/+4
* More informative -MISCONF error message.antirez2017-05-191-1/+1
* Collect fork() timing info only if fork succeeded.antirez2017-05-191-3/+4
* redis-cli --bigkeys: show error when TYPE fails.antirez2017-05-151-2/+7