rediscl v0.1.6 Rediscl.Query.Pipe View Source

Pipe query builder

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Rediscl.Query.Pipe{
  del: String.t(),
  get: String.t(),
  lpush: String.t(),
  lrange: String.t(),
  lrem: String.t(),
  lset: String.t(),
  mget: List.t(),
  mset: String.t(),
  rpush: String.t(),
  set: String.t()
}

Link to this section Functions

Link to this macro begin(pipes \\ []) View Source (macro)