BookSleeve 1.2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BookSleeve --version 1.2.0.1
NuGet\Install-Package BookSleeve -Version 1.2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BookSleeve" Version="1.2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BookSleeve --version 1.2.0.1
#r "nuget: BookSleeve, 1.2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BookSleeve as a Cake Addin
#addin nuget:?package=BookSleeve&version=1.2.0.1

// Install BookSleeve as a Cake Tool
#tool nuget:?package=BookSleeve&version=1.2.0.1

Fully asynchronous Redis client, capable of pipelined operations; this acts as a multiplexer, allowing high-performance parallel usage of a single connection (or few connections) without being blocked on each separate request. All core redis opeations are supported. This library can also be used from C# 5.0/async very effectively.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.41 21,538 11/28/2013
1.3.40 187 11/19/2013
1.3.39 2,246 9/20/2013
1.3.38 5,031 6/27/2013
1.3.37 511 5/11/2013
1.3.36 85 5/7/2013
1.3.35 123 4/26/2013
1.3.34 875 4/22/2013
1.3.33 70 4/22/2013
1.3.32 70 4/22/2013
1.3.31 6,267 4/19/2013
1.3.30 112 4/18/2013
1.3.29 70 4/17/2013
1.3.28 68 4/17/2013
1.3.27 85 4/16/2013
1.3.26 72 4/15/2013
1.3.25 68 4/11/2013
1.3.24 69 4/11/2013
1.3.23 67 4/10/2013
1.3.22 69 4/10/2013
1.3.21 68 4/9/2013
1.3.20 70 4/8/2013
1.3.19 72 4/5/2013
1.3.18 73 4/5/2013
1.3.17 66 4/4/2013
1.3.16 72 4/4/2013
1.3.15 69 4/3/2013
1.3.14 68 4/3/2013
1.3.13 65 4/3/2013
1.3.12 169 3/27/2013
1.3.11 68 3/27/2013
1.3.10 84 3/25/2013
1.3.9 69 3/23/2013
1.3.8 84 3/23/2013
1.2.0.8 3,939 1/29/2013
1.2.0.7 79 1/17/2013
1.2.0.6 73 1/11/2013
1.2.0.5 179 12/3/2012
1.2.0.4 73 12/1/2012
1.2.0.3 69 11/21/2012
1.2.0.2 154 10/24/2012
1.2.0.1 304 10/18/2012
1.2.0 77 10/17/2012
1.1.0.12 629 10/17/2012
1.1.0.11 68 10/15/2012
1.1.0.10 69 10/12/2012
1.1.0.9 69 10/9/2012
1.1.0.8 965 8/2/2012
1.1.0.7 1,205 4/12/2012
1.1.0.6 71 3/27/2012
1.1.0.5 96 1/10/2012

* 1.2.0.1 - adds SORT support (under Keys)
     * 1.2.0.0 - BREAKING CHANGE: SortedSets.{Rank|Score} now return nullable values
     *         - adds bindings for redis 2.6 commands
     *         - now strong-named
     *         - cumulative bug-fixes