Last active
November 22, 2018 13:32
-
-
Save goncalotomas/2460a6f44d43b1918662bf9dd8f5a015 to your computer and use it in GitHub Desktop.
Redis Cluster FMKe Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{database_addresses, ["172.0.10.1", "172.0.10.2", "172.0.10.3", "172.0.10.4", "172.0.10.5"]}. | |
{database_ports, [7000]}. | |
{target_database, redis_cluster}. | |
{connection_pool_size, 64}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment