BookSleeve 1.2.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package BookSleeve --version 1.2.0.7
NuGet\Install-Package BookSleeve -Version 1.2.0.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BookSleeve --version 1.2.0.7
#r "nuget: BookSleeve, 1.2.0.7"
#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.7

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

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.41 35,966 11/28/2013
1.3.40 1,990 11/19/2013
1.3.39 7,367 9/20/2013
1.3.38 16,823 6/27/2013
1.3.37 4,310 5/11/2013
1.3.36 475 5/7/2013
1.3.35 1,085 4/26/2013
1.3.34 2,628 4/22/2013
1.3.33 169 4/22/2013
1.3.32 184 4/22/2013
1.3.31 14,892 4/19/2013
1.3.30 295 4/18/2013
1.3.29 366 4/17/2013
1.3.28 168 4/17/2013
1.3.27 421 4/16/2013
1.3.26 280 4/15/2013
1.3.25 344 4/11/2013
1.3.24 344 4/11/2013
1.3.23 200 4/10/2013
1.3.22 342 4/10/2013
1.3.21 212 4/9/2013
1.3.20 237 4/8/2013
1.3.19 217 4/5/2013
1.3.18 346 4/5/2013
1.3.17 221 4/4/2013
1.3.16 337 4/4/2013
1.3.15 350 4/3/2013
1.3.14 343 4/3/2013
1.3.13 174 4/3/2013
1.3.12 1,317 3/27/2013
1.3.11 165 3/27/2013
1.3.10 341 3/25/2013
1.3.9 210 3/23/2013
1.3.8 366 3/23/2013
1.2.0.8 9,179 1/29/2013
1.2.0.7 2,420 1/17/2013
1.2.0.6 281 1/11/2013
1.2.0.5 1,630 12/3/2012
1.2.0.4 226 12/1/2012
1.2.0.3 419 11/21/2012
1.2.0.2 5,854 10/24/2012
1.2.0.1 737 10/18/2012
1.2.0 280 10/17/2012
1.1.0.12 4,260 10/17/2012
1.1.0.11 266 10/15/2012
1.1.0.10 236 10/12/2012
1.1.0.9 269 10/9/2012
1.1.0.8 5,906 8/2/2012
1.1.0.7 7,342 4/12/2012
1.1.0.6 938 3/27/2012
1.1.0.5 890 1/10/2012

* 1.2.0.7 - Client names now fully supported on 2.6.9+
     * 1.2.0.6 - Support client names on connections (in theory; API changes only)
     * 1.2.0.5 - Bug-fixes: large integer parsing
     * 1.2.0.4 - ConnectionUtils now supports sentinel
     * 1.2.0.3 - show current tie-breaker key in ConnectionUtils
     * 1.2.0.2 - added additional ConnectionUtils overloads to control master/slave behavior more granularly
     * 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