summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | check WRONGTYPE in BITFIELD before looping on the operations.oranagra2016-05-241-9/+18
| * | fix crash in BITFIELD GET on non existing key or wrong type see #3259oranagra2016-05-241-3/+5
* | | Merge pull request #3274 from MOON-CLJ/fix_promoted_slaveSalvatore Sanfilippo2016-06-151-1/+1
|\ \ \
| * | | fix check when can't send the command to the promoted slaveMOON_CLJ2016-05-261-1/+1
| |/ /
* | | Test TOUCH and new TTL / TYPE behavior about object access time.antirez2016-06-152-0/+24
* | | Merge pull request #3283 from ideal/unstableSalvatore Sanfilippo2016-06-151-1/+1
|\ \ \
| * | | fix mistake comment in object.cideal2016-05-301-1/+1
| |/ /
* | | Merge pull request #3281 from jamespedwards42/unstableSalvatore Sanfilippo2016-06-151-4/+3
|\ \ \
| * | | Fix modules intro typos.jamespedwards422016-05-291-4/+3
| |/ /
* | | GETRANGE: return empty string with negative, inverted start/end.antirez2016-06-152-2/+6
* | | Remove additional round brackets from fix for #3282.antirez2016-06-151-1/+1
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-153-36/+83
|\ \ \
| * \ \ Merge pull request #3282 from wenduo/unstableSalvatore Sanfilippo2016-06-151-0/+4
| |\ \ \
| | * | | bitcount bug:return non-zero value when start > end (both negative)wenduo2016-05-301-0/+4
| | |/ /
| * | | Merge pull request #3226 from MichielDeMey/patch-1Salvatore Sanfilippo2016-06-151-31/+64
| |\ \ \
| | * | | Added documentation for non-interactive install procedureMichiel De Mey2016-06-101-3/+19
| | * | | Allow non-interactive execution of install_serverMichiel De Mey2016-05-131-28/+45
| * | | | Merge pull request #3313 from zshipko/unstableSalvatore Sanfilippo2016-06-151-5/+15
| |\ \ \ \
| | * | | | BSDs don't have -ldlzach shipko2016-06-141-5/+15
| |/ / / /
* | | | | Regression test for #3282.antirez2016-06-151-0/+10
|/ / / /
* | | | TTL and TYPE LRU access fixed. TOUCH implemented.antirez2016-06-143-8/+60
* | | | redis-cli help.h updated.antirez2016-06-141-8/+13
* | | | Enable tcp-keepalive by default.antirez2016-06-131-2/+3
* | | | Modules: document how to pass config params to modules.antirez2016-06-131-1/+19
* | | | Fix example modules to have the right OnLoad() prototype.antirez2016-06-132-2/+8
* | | | Don't assume no padding or specific ordering in moduleLoadQueueEntry structure.antirez2016-06-132-3/+4
* | | | Free module context after loading.antirez2016-06-131-0/+1
* | | | Make sure modules arguments are raw strings.antirez2016-06-131-1/+1
* | | | Minor changes to unifor C style to Redis code base for PR #3293.antirez2016-06-133-6/+8
* | | | Merge pull request #3293 from yossigo/module_configSalvatore Sanfilippo2016-06-133-13/+40
|\ \ \ \
| * | | | Use RedisModuleString for OnLoad argv.Yossi Gottlieb2016-06-053-11/+5
| * | | | Allow passing arguments to modules on load.Yossi Gottlieb2016-06-053-13/+46
* | | | | Fix typo: after -> before.antirez2016-06-101-1/+1
* | | | | Explain why module type names are 9 chars.antirez2016-06-101-0/+52
* | | | | Merge pull request #3295 from catwell/pr-1-warningsSalvatore Sanfilippo2016-06-103-10/+17
|\ \ \ \ \
| * | | | | fix some compiler warningsPierre Chapuis2016-06-053-10/+17
| |/ / / /
* | | | | Merge pull request #3294 from yossigo/fix_unloadSalvatore Sanfilippo2016-06-101-7/+14
|\ \ \ \ \
| * | | | | Fix MODULE UNLOAD crash and/or wrong error message.Yossi Gottlieb2016-06-051-7/+14
| |/ / / /
* | | | | Remove tryObjectEncoding() calls from list type.antirez2016-06-101-3/+0
* | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-103-42/+56
|\ \ \ \ \
| * \ \ \ \ Merge pull request #3296 from catwell/pr-2-variadic-pushxSalvatore Sanfilippo2016-06-103-42/+56
| |\ \ \ \ \
| | * | | | | make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-053-9/+18
| | * | | | | remove unused variablePierre Chapuis2016-06-051-2/+2
| | * | | | | untangle LINSERT and {L,R}PUSHX implementationsPierre Chapuis2016-06-051-40/+45
| | |/ / / /
* | | | | | fix comment "b>a" to "a > b"andyli2016-06-101-1/+1
* | | | | | Fixed typo in Sentinel compareSlavesForPromotion() comment.antirez2016-06-101-1/+1
* | | | | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-102-30/+29
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2870 from SaurabhJha/documenation-fixesSalvatore Sanfilippo2016-06-102-30/+29
| |\ \ \ \ \
| | * | | | | FixupSaurabh Jha2016-06-071-8/+8
| | * | | | | More edits to READMESaurabh Jha2016-06-071-15/+15