Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PartitionTable = crc64.MakeTable(crc64.ISO)
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, maxConn int) *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.