summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix mismatch argumentLeon Chen2017-07-181-1/+1
* changelog.tcl: output 100 lines.antirez2017-07-141-1/+1
* Modules: fix thread safe context DB selection.antirez2017-07-141-0/+3
* Allow certain modules APIs only defining REDISMODULE_EXPERIMENTAL_API.antirez2017-07-142-12/+20
* 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-122-3/+19
* CLUSTER GETKEYSINSLOT: avoid overallocating.antirez2017-07-111-0/+5
* Fix isHLLObjectOrReply() to handle integer encoded strings.antirez2017-07-111-0/+1
* Clients blocked in modules: free argv/argc later.antirez2017-07-112-3/+15
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2017-07-111-30/+55
|\
| * Merge pull request #4113 from guybe7/module_io_bytesSalvatore Sanfilippo2017-07-101-30/+55
| |\
| | * Modules: Fix io->bytes calculation in RDB saveGuy Benoish2017-07-101-30/+55
* | | Event loop: call after sleep() only from top level.antirez2017-07-112-2/+4
|/ /
* | redis-check-aof: tell users there is a --fix option.antirez2017-07-101-1/+2
* | AOF check utility: ability to check files with RDB preamble.antirez2017-07-106-35/+61
|/
* 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-032-20/+39
* | | 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-224-1/+36
|\ \ \
| * | | 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-164-1/+36
* | | | 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 #1 from antirez/unstableflowly2017-02-10518-31583/+110673
| |\ \ \ \