redis.protocol.Integer
See theInteger companion object
case class Integer(i: ByteString) extends RedisReply
Attributes
- Companion
- object
- Source
- RedisProtocolReply.scala
- Graph
-
- Supertypes
-
trait RedisReplytrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- RedisProtocolReply.scala
Attributes
- Source
- RedisProtocolReply.scala
Attributes
- Source
- RedisProtocolReply.scala
Attributes
- Source
- RedisProtocolReply.scala
Attributes
- Source
- RedisProtocolReply.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- RedisProtocolReply.scala
In this article