Packages

trait Strings extends AnyRef

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

Type Members

  1. sealed trait BitFieldCommand extends AnyRef
  2. sealed trait BitFieldType extends AnyRef
  3. sealed trait BitOperation extends AnyRef
  4. sealed case class BitPosRange(start: Long, end: Option[Long]) extends Product with Serializable
  5. sealed trait Expire extends AnyRef
  6. sealed trait ExpiredAt extends AnyRef
  7. type KeepTtl = KeepTtl.type
  8. sealed trait LcsOutput extends AnyRef
  9. case class Match(matchIdxA: MatchIdx, matchIdxB: MatchIdx, matchLength: Option[Long] = None) extends Product with Serializable
  10. case class MatchIdx(start: Long, end: Long) extends Product with Serializable
  11. sealed trait StrAlgoLCS extends AnyRef
  12. sealed trait StrAlgoLcsQueryType extends AnyRef

Value Members

  1. object BitFieldCommand
  2. object BitFieldType
  3. object BitOperation
  4. object Expire
  5. object ExpiredAt
  6. case object KeepTtl extends Product with Serializable
  7. object LcsOutput
  8. object StrAlgoLcsQueryType
  9. object StralgoLCS