Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeSQLParam ¶
Types ¶
type RedisSearchStatistics ¶
type RedisSearchStatistics struct { Index *orm.RedisSearchIndex Info *orm.RedisSearchIndexInfo }
func GetRedisSearchStatistics ¶
func GetRedisSearchStatistics(engine *orm.Engine) []*RedisSearchStatistics
type RedisStatistics ¶
func GetRedisStatistics ¶
func GetRedisStatistics(engine *orm.Engine) []*RedisStatistics
type RedisStreamStatistics ¶
type RedisStreamStatistics struct { Stream string RedisPool string Len uint64 OldestEventSeconds int Groups []*RedisStreamGroupStatistics }
func GetRedisStreamsStatistics ¶
func GetRedisStreamsStatistics(engine *orm.Engine) []*RedisStreamStatistics
Click to show internal directories.
Click to hide internal directories.