View Source LibRedis.Typespecs (lib_redis v0.1.0)

Some typespecs for LibRedis

Link to this section Summary

Link to this section Types

@type name() :: atom()
@type on_start() ::
  {:ok, pid()} | :ignore | {:error, {:already_started, pid()} | term()}
@type password() :: bitstring()
@type url() :: bitstring()