Types

trait Types extends LowPrio
trait LowPrio
class Object
trait Matchable
class Any
trait RedisApi
object default.type

Type members

Classlikes

trait Reader[A] extends SimpleVisitor[A]

Visitor that reads a user-facing type from only a bulk string.

Visitor that reads a user-facing type from only a bulk string.

object Writable

Types

opaque type Writable

For all intents and purposes, a writable is as BulkString. However, we use a wrapper type defined in an API trait, so that users can define their own conversions.

For all intents and purposes, a writable is as BulkString. However, we use a wrapper type defined in an API trait, so that users can define their own conversions.

Givens

Inherited givens

given given_Reader_N[N](using num: Numeric[N]): Reader[N]
Inherited from:
LowPrio
Inherited from:
LowPrio

Extensions

Extensions

extension (w: Writable)