summaryrefslogtreecommitdiff
path: root/src/cluster.c
Commit message (Expand)AuthorAgeFilesLines
* MIGRATE AUTH2 for ACL support.antirez2020-04-301-5/+19
* Merge pull request #7101 from hwware/fixunusedmarcoSalvatore Sanfilippo2020-04-281-1/+1
|\
| * Fix not used marco in cluster.chwware2020-04-151-1/+1
* | Merge pull request #7123 from fayadexinqing/optimizeClusterSlotsSalvatore Sanfilippo2020-04-231-4/+7
|\ \
| * | optimize the output of cluster slotsyanhui132020-04-211-4/+7
| |/
* | Tracking: NOLOOP internals implementation.antirez2020-04-211-2/+2
|/
* RDB: load files faster avoiding useless free+realloc.antirez2020-04-091-1/+1
* Merge pull request #7006 from hwware/fixspellingSalvatore Sanfilippo2020-04-021-1/+1
|\
| * fix spelling in cluster.chwware2020-03-181-1/+1
* | Cluster: fix misleading accept errors.Yossi Gottlieb2020-03-221-3/+4
* | add missing commands in cluster helphwware2020-03-201-1/+2
|/
* Adds keyspace notifications to migrate and restoreItamar Haber2020-03-111-1/+3
* Simplify #6379 changes.antirez2020-01-131-5/+3
* Fix potential memory leak of clusterLoadConfig().WuYunlong2020-01-071-5/+20
* Add some comment to PR #6144 changes.antirez2019-12-171-4/+12
* Split error message so dependandent callers give a useful resultMadelyn Olson2019-12-161-8/+15
* Add configuration option for allowing reads on cluster downMadelyn Olson2019-12-161-3/+10
* rename RN_SetLRUOrLFU -> RM_SetLRU and RN_SetLFUOran Agra2019-11-101-1/+1
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-20/+22
|\
| * fix issues found by a static analyzerOran Agra2019-10-071-15/+17
| * RESP3: Use verbatim in CLUSTER subcommands.antirez2019-09-181-5/+5
* | TLS: Implement support for write barrier.Oran Agra2019-10-071-1/+1
* | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-101/+134
|/
* Cluster: abort loading nodes data if vars arguments are unbalanced.antirez2019-09-021-0/+1
* Removed unecessary creation of Redis objectsMadelyn Olson2019-07-221-10/+3
* Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-5/+5
* optimize cluster failoverchendianqiang2019-03-011-0/+1
* RESP3: most null replies converted.antirez2019-01-091-1/+1
* RESP3: Use new aggregate reply API in cluster.c.antirez2019-01-091-8/+8
* Use guide comments to make changes in #5462 more obvious.antirez2018-10-221-0/+6
* migrate: fix mismatch of RESTORE reply when some keys have expired.youjiali19952018-10-181-6/+8
* Module cluster flags: add RM_SetClusterFlags() API.cluster-api-improvementsantirez2018-09-191-0/+5
* Module cluster flags: add hooks for NO_FAILOVER flag.antirez2018-09-191-2/+4
* Module cluster flags: add hooks for NO_REDIRECTION flag.antirez2018-09-191-0/+10
* Module cluster flags: initial vars / defines added.antirez2018-09-191-0/+4
* Slave removal: Convert cluster.c log messages and command names.antirez2018-09-111-11/+12
* Cluster cron announce IP minor refactoring.antirez2018-07-311-3/+6
* Fix cluster-announce-ip memory leakshenlongxing2018-07-311-2/+3
* Example the magic +1 in migrateCommand().antirez2018-07-241-0/+4
* Make changes of PR #5154 hopefully simpler.antirez2018-07-241-5/+10
* Do not migrate already expired keys.WuYunlong2018-07-211-2/+6
* Fix typoJack Drogon2018-07-031-5/+5
* addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
* Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-22/+21
|\
| * Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-20/+20
| * Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-2/+1
* | Fix compiler warning in restoreCommandGuy Benoish2018-06-241-1/+1
* | Enhance RESTORE with RDBv9 new featuresGuy Benoish2018-06-201-3/+31
* | Modify clusterRedirectClient() to handle ZPOP and XREAD.antirez2018-06-191-1/+5
|/
* Typo: entires -> entries in several places.antirez2018-06-071-1/+1