Documentation
¶
Overview ¶
The store pkg is responsible for coordinating bucket transfer between the receivers (front-end) and readers & outlets (back-end).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisStore ¶
type RedisStore struct {
// contains filtered or unexported fields
}
func NewRedisStore ¶
func NewRedisStore(server, pass string, maxPartitions uint64) *RedisStore
func (*RedisStore) Health ¶
func (s *RedisStore) Health() bool
func (*RedisStore) MaxPartitions ¶
func (s *RedisStore) MaxPartitions() uint64
Click to show internal directories.
Click to hide internal directories.