Versions in this module Expand all Collapse all v0 v0.0.1 Jan 16, 2014 Changes in this version + func FNV(s string) uint32 + func FNVa(s string) uint32 + func Murmur3(s string) uint32 + type Shards struct + func New(addresses []string, connectTimeout, readTimeout, writeTimeout time.Duration, ...) *Shards + func (s *Shards) Close() error + func (s *Shards) Index(key string) int + func (s *Shards) Size() int + func (s *Shards) With(key string, do func(redis.Conn) error) error + func (s *Shards) WithIndex(index int, do func(redis.Conn) error) error