View Source LibRedis.ClientStore.Default (lib_redis v0.1.0)

Default ClientStore implementation using ETS

Link to this section Summary

Link to this section Types

@type t() :: %LibRedis.ClientStore.Default{
  host: bitstring(),
  name: GenServer.name(),
  opts: keyword(),
  port: non_neg_integer()
}

Link to this section Functions