Microsoft.Extensions.Caching.StackExchangeRedis by Microsoft

<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="5.0.0-rc.2.20478.4" />

 Microsoft.Extensions.Caching.StackExchangeRedis 5.0.0-rc.2.20478.4

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Extensions.Caching.StackExchangeRedis</id>
    <version>5.0.0-rc.2.20478.4</version>
    <authors>Microsoft</authors>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://asp.net/</projectUrl>
    <description>Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>cache distributedcache redis</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/extensions" commit="d7cf018fb380b612fca7ba91fa41063e28a92ce8" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Extensions.Caching.Abstractions" version="5.0.0-rc.2.20475.5" exclude="Build,Analyzers" />
        <dependency id="Microsoft.Extensions.Options" version="5.0.0-rc.2.20475.5" exclude="Build,Analyzers" />
        <dependency id="StackExchange.Redis" version="2.0.593" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>