red v0.1.0 Red.Client

Summary

Types

args ::
  [String.t | number, ...] |
  String.t |
  number
redix_result ::
  {:ok, Redix.Protocol.redis_value} |
  {:error, atom | Redix.Error.t}

Functions

exec(args, command)

Specs

exec!(args, command)

Specs

exec!(args, String.t) :: Redix.Protocol.redis_value
pipeline_exec(ops)

Specs

pipeline_exec([args]) :: redix_result
redis()

Specs

redis :: pid