Packages

sealed trait RedisReply extends AnyRef

Raw result of executing a single com.avsystem.commons.redis.RawCommandPack. It may be a Redis protocol message (RedisMsg) or an object that aggregates transaction results or an object that indicates failure.

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