summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect comment for checkForSentinelMode functionMisha Nasledov2016-06-161-1/+1
* Fix Sentinel pending commands counting.antirez2016-06-161-0/+1
* redis-cli: really connect to the right server.antirez2016-06-161-2/+5
* RESTORE: accept RDB dumps with older versions.antirez2016-06-161-1/+1
* Merge pull request #3255 from oranagra/error_stringSalvatore Sanfilippo2016-06-161-1/+1
|\
| * CLIENT error message was out of dateoranagra2016-05-231-1/+1
* | Merge pull request #3256 from oranagra/georasius_negSalvatore Sanfilippo2016-06-161-2/+5
|\ \
| * | fix georadius returns multiple repliesoranagra2016-05-231-2/+5
| |/
* | Minor aesthetic fixes to PR #3264.antirez2016-06-161-5/+5
* | Merge pull request #3264 from oranagra/bitfield_fix2Salvatore Sanfilippo2016-06-161-9/+20
|\ \
| * | 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
| |/ /
* | | 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 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
| |/ /
* | | BSDs don't have -ldlzach shipko2016-06-141-5/+15
* | | TTL and TYPE LRU access fixed. TOUCH implemented.antirez2016-06-143-8/+60
* | | redis-cli help.h updated.antirez2016-06-141-8/+13
* | | 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-102-41/+53
|\ \ \ \
| * \ \ \ Merge pull request #3296 from catwell/pr-2-variadic-pushxSalvatore Sanfilippo2016-06-102-41/+53
| |\ \ \ \
| | * | | | make RPUSHX and LPUSHX variadicPierre Chapuis2016-06-052-8/+15
| | * | | | 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-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | Include 'fd_set' type namejspraul2016-06-071-0/+1