ServiceStack.Redis by Service Stack

<PackageReference Include="ServiceStack.Redis" Version="4.0.40" />

 ServiceStack.Redis 4.0.40

C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included. To revert back to the previous BSD ServiceStack v3, see https://github.com/ServiceStackV3/ServiceStackV3

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>ServiceStack.Redis</id>
    <version>4.0.40</version>
    <title>C# Redis client for the Redis NoSQL DB</title>
    <authors>Service Stack</authors>
    <owners>Service Stack</owners>
    <licenseUrl>https://servicestack.net/terms</licenseUrl>
    <projectUrl>https://github.com/ServiceStack/ServiceStack.Redis</projectUrl>
    <iconUrl>https://servicestack.net/img/logo-32.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients.
      Thread-Safe Basic and Pooled client managers included.

      To revert back to the previous BSD ServiceStack v3, see https://github.com/ServiceStackV3/ServiceStackV3</description>
    <copyright>ServiceStack 2013 and contributors</copyright>
    <language>en-US</language>
    <tags>Redis NoSQL Client Distributed Cache PubSub Messaging Transactions</tags>
    <dependencies>
      <dependency id="ServiceStack.Common" version="4.0.40" />
    </dependencies>
  </metadata>
</package>