| 12 | ) |
| 13 | |
| 14 | type IndexStorage struct { |
| 15 | client *redis.Client |
| 16 | namespacePrefix string |
| 17 | } |
| 18 | |
| 19 | // SetIndex serializes and stores the index in Redis. |
| 20 | func (s *IndexStorage) SetIndex(idx *index.Index) error { |
nothing calls this directly
no outgoing calls
no test coverage detected