redix icon indicating copy to clipboard operation
redix copied to clipboard

Fast, pipelined, resilient Redis driver for Elixir. 🛍

Results 2 redix issues
Sort by recently updated
recently updated
newest added

Remove the extra redirection. See https://github.com/erlef/setup-beam/issues/20

## Problem The spec says the return type for `Redix.transaction_pipeline` is ``` {:ok, [Redix.Protocol.redis_value()]} | {:error, atom() | Redix.Error.t() | Redix.ConnectionError.t()} ``` but it can also return `{:ok, Redix.Error.t()}` ##...

Kind:Bug