ConsumerGroupInfo

io.chrisdavenport.rediculous.RedisCommands$.StreamInfoFull$.ConsumerGroupInfo
See theConsumerGroupInfo companion object
final case class ConsumerGroupInfo(name: String, lastDeliveredId: String, entriesRead: Long, lag: Long, pelCount: Long, pending: List[GroupPel], consumers: List[Consumer])

Attributes

Companion:
object
Source:
RedisCommands.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product