Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisLogDriver ¶
type RedisLogDriver struct {
// contains filtered or unexported fields
}
func New ¶
func New(db database.Name) *RedisLogDriver
func (*RedisLogDriver) DeleteListBatch ¶
func (r *RedisLogDriver) DeleteListBatch(listName string, count int64) error
func (*RedisLogDriver) FetchListBatch ¶
func (r *RedisLogDriver) FetchListBatch(listName string, count int64) ([]string, error)
Click to show internal directories.
Click to hide internal directories.