Raditz v0.0.5 Raditz.Pool behaviour View Source
Connection pool behavior.
Link to this section Summary
Link to this section Callbacks
Link to this callback
command(module, list, arg3)
View Sourcecommand(module(), [binary()], Keyword.t()) :: {:ok, [Redix.Protocol.redis_value()]} | {:error, atom() | Redix.Error.t()}
Link to this callback
multi(module, list, arg3)
View Sourcemulti(module(), [[binary()]], Keyword.t()) :: {:ok, [Redix.Protocol.redis_value()]} | {:error, atom() | Redix.Error.t()}