tantivy-cache 0.5.0

tantivy caching for faster searching
docs.rs failed to build tantivy-cache-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: tantivy-cache-0.4.0

tantivy-cache

An implementation of tantivy's Directory that uses deadpool_redis to cache some data.

For now this only caches the footer that ManagedDirectory reads at the end of files, populating the cache on misses without any invalidation.