case classBLPop[R](timeoutSeconds: Int, keys: String*)(implicit evidence$1: Reader[R]) extends Request[Option[(String, R)]] with Key with Product with Serializable
case classBRPop[R](timeoutSeconds: Int, keys: String*)(implicit evidence$2: Reader[R]) extends Request[Option[(String, R)]] with Key with Product with Serializable
case classBRPopLPush[R](source: String, destination: String, timeoutSeconds: Int)(implicit evidence$3: Reader[R]) extends Request[Option[R]] with Product with Serializable
case classLIndex[R](key: String, index: Long)(implicit evidence$4: Reader[R]) extends Request[Option[R]] with Key with Product with Serializable
case classLInsert[W1, W2](key: String, position: Position, pivot: W1, value: W2)(implicit evidence$5: Writer[W1], evidence$6: Writer[W2]) extends Request[Option[Long]] with Key with Product with Serializable
case classLLen(key: String) extends Request[Long] with Key with Product with Serializable
case classLPop[R](key: String)(implicit evidence$7: Reader[R]) extends Request[Option[R]] with Key with Product with Serializable
case classLPush[W](key: String, values: W*)(implicit writer: Writer[W]) extends Request[Long] with Key with Product with Serializable
case classLPushX[W](key: String, value: W)(implicit evidence$8: Writer[W]) extends Request[Long] with Key with Product with Serializable
case classLRange[R, CC[X] <: Traversable[X]](key: String, start: Long, end: Long)(implicit evidence$9: Reader[R], cbf: CanBuildFrom[Nothing, R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
case classLRem[W](key: String, count: Int, value: W)(implicit evidence$10: Writer[W]) extends Request[Long] with Key with Product with Serializable
case classLSet[W](key: String, index: Long, value: W)(implicit evidence$11: Writer[W]) extends Request[Unit] with Key with Product with Serializable
case classLTrim(key: String, start: Long, end: Long) extends Request[Unit] with Key with Product with Serializable
case classRPop[R](key: String)(implicit evidence$12: Reader[R]) extends Request[Option[R]] with Key with Product with Serializable
case classRPopLPush[R](source: String, destination: String)(implicit evidence$13: Reader[R]) extends Request[Option[R]] with Product with Serializable
case classRPush[W](key: String, values: W*)(implicit writer: Writer[W]) extends Request[Long] with Key with Product with Serializable
case classRPushX[W](key: String, value: W)(implicit evidence$14: Writer[W]) extends Request[Long] with Key with Product with Serializable