case class BitOp(operation: scredis.BitOp, destKey: String, keys: String*) extends Request[Long] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitOp
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BitOp(operation: scredis.BitOp, destKey: String, keys: String*)
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Long]
- val destKey: String
- def future: Future[Long]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
- val keys: String*
- val operation: scredis.BitOp
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any