Minimal FerricStore native protocol client with topology-aware shard routing.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type seed() :: {binary(), non_neg_integer()} | map()
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec close(pid()) :: :ok
@spec from_url( binary(), keyword() ) :: GenServer.on_start()
@spec start_link(keyword()) :: GenServer.on_start()
@spec topology(pid()) :: FerricStore.SDK.Native.Topology.t()