Memcachir.Cluster (memcachir v3.3.1) View Source

Manages cluster state with a regular healthcheck to the configured service discovery mechanism.

Configure it with:

config :memcachir, :memcachir_cluster, discovery: MyServiceDiscovery

Additionally the health check can be configured with:

config :memcachir, :health_check, 10_000

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.