Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisSearchStatistics ¶ added in v1.78.1
type RedisSearchStatistics struct {
Index *orm.RedisSearchIndex
Versions []*RedisSearchStatisticsIndexVersion
ForceReindex bool
ForceReindexVersion uint64
ForceReindexLastID uint64
}
func GetRedisSearchStatistics ¶ added in v1.78.1
func GetRedisSearchStatistics(engine *orm.Engine) []*RedisSearchStatistics
type RedisSearchStatisticsIndexVersion ¶ added in v1.78.3
type RedisSearchStatisticsIndexVersion struct {
Info *orm.RedisSearchIndexInfo
Current bool
}
type RedisStatistics ¶
func GetRedisStatistics ¶
func GetRedisStatistics(engine *orm.Engine) []*RedisStatistics
type RedisStreamGroupStatistics ¶
type RedisStreamGroupStatistics struct {
Group string
Pending uint64
LastDeliveredID string
LastDeliveredDuration string
Lower string
LowerDuration string
Higher string
HigherDuration string
Consumers []*RedisStreamConsumerStatistics
SpeedEvents int64
SpeedMilliseconds float64
DBQueriesPerEvent float64
DBQueriesMillisecondsPerEvent float64
RedisQueriesPerEvent float64
RedisQueriesMillisecondsPerEvent float64
}
type RedisStreamStatistics ¶
type RedisStreamStatistics struct {
Stream string
RedisPool string
Len uint64
Hours int
Minutes int
Seconds int
Groups []*RedisStreamGroupStatistics
}
func GetRedisStreamsStatistics ¶
func GetRedisStreamsStatistics(engine *orm.Engine) []*RedisStreamStatistics
Click to show internal directories.
Click to hide internal directories.