summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Modules: Fix io->bytes calculation in RDB saveGuy Benoish2017-07-101-30/+55
* Merge pull request #3853 from itamarhaber/issue-3851Salvatore Sanfilippo2017-07-061-0/+1
|\
| * Sets up fake client to select current db in RM_Call()itamar2017-03-061-0/+1
* | Merge pull request #4105 from spinlock/unstable-networkingSalvatore Sanfilippo2017-07-062-3/+2
|\ \
| * | update Makefile for test-sdsspinlock2017-07-051-1/+1
| * | Optimize addReplyBulkSds for better performancespinlock2017-07-051-2/+1
* | | Merge pull request #4106 from petersunbag/unstableSalvatore Sanfilippo2017-07-061-1/+1
|\ \ \
| * | | 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
* | | | Avoid closing invalid FDs to make Valgrind happier.antirez2017-07-051-1/+5
* | | | Modules: no MULTI/EXEC for commands replicated from async contexts.antirez2017-07-051-0/+5
| |/ / |/| |
* | | Merge pull request #4101 from dvirsky/fix_modules_reply_lenSalvatore Sanfilippo2017-07-041-0/+1
|\ \ \
| * | | fixed #4100Dvir Volk2017-07-041-0/+1
* | | | Add symmetrical assertion to track c->reply_buffer infinite growth.antirez2017-07-041-0/+4
|/ / /
* | | Fix GEORADIUS edge case with huge radius.antirez2017-07-031-20/+36
* | | redis-cli --latency: ability to run non interactively.antirez2017-06-301-3/+39
* | | 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
* | | HMSET and MSET implementations unified. HSET now variadic.antirez2017-06-292-22/+18
|/ /
* | Merge pull request #4075 from sgn1/brpop_keysSalvatore Sanfilippo2017-06-272-2/+4
|\ \
| * | Fix following issues in blocking commands:Suraj Narkhede2017-06-231-0/+1
| * | Fix brpop command table entry and redirect blocked clients.Suraj Narkhede2017-06-222-2/+3
* | | RDB modules values serialization format version 2.antirez2017-06-274-28/+127
* | | ARM: Fix stack trace generation on crash.antirez2017-06-261-0/+5
* | | Issue #4027: unify comment and modify return value in freeMemoryIfNeeded().antirez2017-06-232-7/+7
* | | Merge pull request #4028 from zintrepid/prevent_expirations_while_pausedSalvatore Sanfilippo2017-06-232-0/+10
|\ \ \ | |/ / |/| |
| * | Prevent expirations and evictions while pausedZachary Marquez2017-06-012-0/+10
* | | Aesthetic changes to #4068 PR to conform to Redis coding standard.antirez2017-06-221-7/+6
* | | Merge pull request #4068 from FreedomU007/unstableSalvatore Sanfilippo2017-06-223-1/+21
|\ \ \
| * | | Optimize set command with ex/px when updating aof.xuzhou2017-06-221-3/+3
| * | | Fix set with ex/px option when propagated to aofxuzhou2017-06-163-1/+21
* | | | Merge pull request #3802 from flowly/bugfix-calc-stat-net-output-bytesSalvatore Sanfilippo2017-06-201-1/+1
|\ \ \ \
| * | | | fix server.stat_net_output_bytes calc bugminghang.zmh2017-02-101-1/+1
* | | | | Merge pull request #4056 from season89/unstableSalvatore Sanfilippo2017-06-201-1/+1
|\ \ \ \ \
| * | | | | Fixed comments of slowlog durationxuchengxuan2017-06-141-1/+1
* | | | | | Merge pull request #3659 from cbgbt/cli-elapsedSalvatore Sanfilippo2017-06-201-1/+3
|\ \ \ \ \ \
| * | | | | | cli: Only print elapsed time on OUTPUT_STANDARDcbgbt2016-12-021-1/+3
* | | | | | | redis-benchmark: add -t hset target.antirez2017-06-191-0/+7
| |_|_|/ / / |/| | | | |
* | | | | | SLOWLOG: log offending client address and name.antirez2017-06-153-6/+15
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-06-142-2/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #4034 from amallia/patch-1Salvatore Sanfilippo2017-06-131-1/+1
| |\ \ \ \ \
| | * | | | | Fixed comment in clusterMsg version fieldAntonio Mallia2017-06-041-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge pull request #4035 from amallia/patch-2Salvatore Sanfilippo2017-06-131-1/+0
| |\ \ \ \ \
| | * | | | | Removed duplicate 'sys/socket.h' includeAntonio Mallia2017-06-041-1/+0
| | |/ / / /
* | | | | | 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