summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 3.2.10.3.2.10antirez2017-07-281-1/+1
* 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
* 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-223-1/+21
* 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
* Merge pull request #3926 from QuChen88/3.2Salvatore Sanfilippo2017-06-143-2/+41
|\
| * Implement getKeys procedure for georadius and georadiusbymemberQu Chen2017-04-083-2/+41
* | Redis 3.2.9.3.2.9antirez2017-05-171-1/+1
* | redis-cli --bigkeys: show error when TYPE fails.antirez2017-05-151-2/+7
* | Fix preprocessor if/else chain broken in order to fix #3927.antirez2017-04-211-0/+3
* | Fix zmalloc_get_memory_size() ifdefs to actually use the else branch.antirez2017-04-211-2/+0
* | Set lua-time-limit default value at safe place.antirez2017-04-212-1/+1
* | Fix #3848 by closing the descriptor on error.antirez2017-04-211-1/+2
* | update block->free after some diff data are written to the child process张文康2017-04-201-0/+1
|/
* fix #2883, #2857 pipe fds leak when fork() failed on bg aof rwJohn.Koepi2017-02-201-0/+1
* Don't leak file descriptor on syncWithMaster().antirez2017-02-201-1/+2
* Redis 3.2.8.3.2.8antirez2017-02-121-1/+1
* Fix MIGRATE closing of cached socket on error.antirez2017-02-091-6/+23
* Redis 3.2.7.3.2.7antirez2017-01-311-1/+1
* Ziplist: insertion bug under particular conditions fixed.antirez2017-01-301-1/+9
* 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-061-1/+1