CachingFramework.Redis by Federico Colombo

<PackageReference Include="CachingFramework.Redis" Version="4.7.0" />

 CachingFramework.Redis 4.7.0

Distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial, BitFields, HyperLogLog and is cluster-compatible.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>CachingFramework.Redis</id>
    <version>4.7.0</version>
    <title>CachingFramework.Redis</title>
    <authors>Federico Colombo</authors>
    <owners>Federico Colombo</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/thepirat000/CachingFramework.Redis</projectUrl>
    <iconUrl>http://i.imgur.com/FrC8SWO.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial, BitFields, HyperLogLog and is cluster-compatible.</description>
    <summary>Tagging mechanism to group keys for invalidation and retrieval.
Support for all redis data types as managed collections (Strings, Sets, Lists, Sorted Sets, Hashes).
HyperLoLog and Geospatial Indexes.
PubSub with typed messages.
Cluster-compatible.</summary>
    <copyright>Copyright 2015</copyright>
    <tags>Redis Cache Tag Framework StackExchange.Redis</tags>
    <dependencies>
      <dependency id="StackExchange.Redis" version="1.1.603" />
    </dependencies>
  </metadata>
</package>