object Type

Contains all available Redis types, i.e. string, list, set, zset and hash

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(name: String): Type
  2. object Hash extends Type with Product with Serializable
  3. object List extends Type with Product with Serializable
  4. object Set extends Type with Product with Serializable
  5. object SortedSet extends Type with Product with Serializable
  6. object String extends Type with Product with Serializable