Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2014 Changes in this version + type Presence struct + Inserted bool + Present bool + Score float64 + type Scanner interface + Keys func(batchSize int) <-chan []string v0.0.1 Jan 16, 2014 Changes in this version + type Cluster interface + func New(shards *shard.Shards, maxSize int, instr instrumentation.Instrumentation) Cluster + type Deleter interface + Delete func(tuples []common.KeyScoreMember) error + type Element struct + Error error + Key string + KeyScoreMembers []common.KeyScoreMember + type Inserter interface + Insert func(tuples []common.KeyScoreMember) error + type Scorer interface + Score func(key, member string) (float64, bool, error) + type Selecter interface + Select func(keys []string, offset, limit int) <-chan Element