Skip to content

Instantly share code, notes, and snippets.

@goncalotomas
Last active November 22, 2018 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goncalotomas/2460a6f44d43b1918662bf9dd8f5a015 to your computer and use it in GitHub Desktop.
Save goncalotomas/2460a6f44d43b1918662bf9dd8f5a015 to your computer and use it in GitHub Desktop.
Redis Cluster FMKe Configuration
{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