artemeff/redis

handling error

sikanhe opened this issue · 2 comments

Shouldn't we be using {:ok, vaue} and {:error, error} for responses as per elixir/erlang convention?

@sikanhe yep, maybe in future releases I'll remove |> elem(1) from query API, thanks.

I second this as I'm forced to do if foo == :undefined, do: foo = nil