package main type ProjectConfig struct { RedisConfig *ProjectRedisConfig `json:"redis,omitempty"` } type BackfeedItem struct { PrimaryShard byte SecondaryShard string Item []byte SkipBloom bool SkipFeed bool }