# Functions
NewRedisStore creates a new RedisStore.
TestStore returns a thread-safe, in-memory peer store for testing purposes.
# Structs
Config defines Store configuration.
RedisConfig defines RedisStore configuration.
RedisStore is a Store backed by Redis.
# Interfaces
Store provides storage for announcing peers.