BookSleeve 1.2.0.1
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
<PackageReference Include="BookSleeve" Version="1.2.0.1" />
paket add BookSleeve --version 1.2.0.1
#r "nuget: BookSleeve, 1.2.0.1"
// 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.
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,969 | 11/28/2013 |
1.3.40 | 1,991 | 11/19/2013 |
1.3.39 | 7,368 | 9/20/2013 |
1.3.38 | 16,825 | 6/27/2013 |
1.3.37 | 4,311 | 5/11/2013 |
1.3.36 | 477 | 5/7/2013 |
1.3.35 | 1,086 | 4/26/2013 |
1.3.34 | 2,629 | 4/22/2013 |
1.3.33 | 170 | 4/22/2013 |
1.3.32 | 185 | 4/22/2013 |
1.3.31 | 14,894 | 4/19/2013 |
1.3.30 | 296 | 4/18/2013 |
1.3.29 | 367 | 4/17/2013 |
1.3.28 | 169 | 4/17/2013 |
1.3.27 | 422 | 4/16/2013 |
1.3.26 | 281 | 4/15/2013 |
1.3.25 | 345 | 4/11/2013 |
1.3.24 | 345 | 4/11/2013 |
1.3.23 | 201 | 4/10/2013 |
1.3.22 | 344 | 4/10/2013 |
1.3.21 | 213 | 4/9/2013 |
1.3.20 | 239 | 4/8/2013 |
1.3.19 | 218 | 4/5/2013 |
1.3.18 | 347 | 4/5/2013 |
1.3.17 | 222 | 4/4/2013 |
1.3.16 | 338 | 4/4/2013 |
1.3.15 | 351 | 4/3/2013 |
1.3.14 | 345 | 4/3/2013 |
1.3.13 | 176 | 4/3/2013 |
1.3.12 | 1,318 | 3/27/2013 |
1.3.11 | 167 | 3/27/2013 |
1.3.10 | 343 | 3/25/2013 |
1.3.9 | 211 | 3/23/2013 |
1.3.8 | 368 | 3/23/2013 |
1.2.0.8 | 9,181 | 1/29/2013 |
1.2.0.7 | 2,421 | 1/17/2013 |
1.2.0.6 | 282 | 1/11/2013 |
1.2.0.5 | 1,631 | 12/3/2012 |
1.2.0.4 | 227 | 12/1/2012 |
1.2.0.3 | 420 | 11/21/2012 |
1.2.0.2 | 5,856 | 10/24/2012 |
1.2.0.1 | 739 | 10/18/2012 |
1.2.0 | 281 | 10/17/2012 |
1.1.0.12 | 4,261 | 10/17/2012 |
1.1.0.11 | 267 | 10/15/2012 |
1.1.0.10 | 237 | 10/12/2012 |
1.1.0.9 | 270 | 10/9/2012 |
1.1.0.8 | 5,907 | 8/2/2012 |
1.1.0.7 | 7,344 | 4/12/2012 |
1.1.0.6 | 939 | 3/27/2012 |
1.1.0.5 | 891 | 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