Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct {
types.ConnectionKey
}
Key is an identifier for a group of Redis transactions
type RequestStat ¶
type RequestStat struct{}
RequestStat represents a group of Redis transactions.
func (*RequestStat) CombineWith ¶
func (r *RequestStat) CombineWith(*RequestStat)
CombineWith merges the data in 2 RequestStats objects newStats is kept as it is, while the method receiver gets mutated
Click to show internal directories.
Click to hide internal directories.