27,205
Downloads
425
Downloads of v 1.3.37
2013-05-11
Last update
BookSleeve
1.3.37
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.
To install BookSleeve, run the following command in the Package Manager Console
PM> Install-Package BookSleeve
Release Notes
* 1.3.37 - Fix: Client name not being sent on recent redis-server versions (due to "info" detection)
* 1.3.36 - Fix: (critical) TakeLock not passing db correctly
* 1.3.35 - Fix: bug when validating multiple exists/not-exists conditions in a transaction
* 1.3.34 - Fix: raise shutdown/closure events in more scenarios
* 1.3.33 - Fix: And... back to the newer async API (and fix error in keep-alive counter)
* 1.3.32 - Add: show connection state and other info in counters
* 1.3.31 - Fix: ensure transaction abort due to precondition-fail always cancels the unsent messages; use appropriate threads for their callbacks
* 1.3.30 - Fix: use ConnectAsync rather than a task with sync Connect
* 1.3.29 - Fix: better SocketError tracking with older async read API
* 1.3.28 - Add: Make last command time available to the caller; use the older async read API
* 1.3.27 - Add: GetCounters tracks the number of in-progress callbacks (sync and async)
* 1.3.26 - Fix: Tidying up shutdown
* 1.3.25 - Fix: Async-receive could misreport blame
* 1.3.24 - Add: Much better tracking of who to blame for shutdown events; this is available on the connection and used in error messages
* 1.3.23 - Add: Expose an explicit Shutdown event
* 1.3.22 - Add: Make CompletionMode configurable (globally and per-connection)
* 1.3.21 - Add: SuspendFlush/ResumeFlush
* 1.3.20 - Add: support for DUMP/RESTORE
* 1.3.19 - Add: support for batches; like transactions, but no guarantee of atomicity
* 1.3.18 - Fix: close during "shutdown" was losing fault information
* 1.3.17 - Fix: annoying null-ref is annoying
* 1.3.16 - Fix: cleanup a few more unobserved exceptions
* 1.3.15 - Fix: ensure all exceptions are "observed"
* 1.3.14 - Fix: treat unsendable messages as cancelled
* 1.3.13 - Fix: multi-channel subscribe was failing
* - Add: support for single-command locking w/ 2.6.12 or above
* 1.3.12 - Fix: 1.3.11 was deploy fail :(
* 1.3.11 - Fix: Environment.Ticks (from 1.3.7) simplified
* Add: Optionally inline callbacks when possible to reduce Task overhead
* 1.3.10 - Fix: subscription connections may need to defer pending queue until after INFO, to
* ensure CLIENT SETNAME works; QUIT should not error during Dispose();
* 1.3.9 - Add: "redis-command" to errors
* 1.3.8 - Fix: possible null-ref during timeouts
* 1.3.7 - Fix slow ConnectionUtils.Connect performance w/ 'down' servers
* - Avoid Environment.Ticks due to wrap-around
* 1.3.6 - Adds TIME support
* - Pub/sub now returns Task to allow tracking of subscription
*
* 1.3.*- MAJOR CHANGES; 1.3 removes the threaded core to allow for more scalability over multiple connections;
* This is an API-breaking change (especially around pub/sub), and local validation is recommended
*
* 1.2.0.8 - Fix processing of info=>redis_version to work with MS alpha redis
* 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
Owners
Authors
Tags
Dependencies
This package has no dependencies.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| BookSleeve 1.3.37 | 425 | Saturday, May 11 2013 |
| BookSleeve 1.3.36 | 119 | Tuesday, May 07 2013 |
| BookSleeve 1.3.35 | 326 | Friday, April 26 2013 |
| BookSleeve 1.3.34 | 402 | Monday, April 22 2013 |
| BookSleeve 1.3.33 | 14 | Monday, April 22 2013 |
| BookSleeve 1.3.32 | 22 | Monday, April 22 2013 |
| BookSleeve 1.3.31 | 419 | Friday, April 19 2013 |
| BookSleeve 1.3.30 | 76 | Thursday, April 18 2013 |
| BookSleeve 1.3.29 | 47 | Wednesday, April 17 2013 |
| BookSleeve 1.3.28 | 13 | Wednesday, April 17 2013 |
| BookSleeve 1.3.27 | 77 | Tuesday, April 16 2013 |
| BookSleeve 1.3.26 | 83 | Monday, April 15 2013 |
| BookSleeve 1.3.25 | 136 | Thursday, April 11 2013 |
| BookSleeve 1.3.24 | 25 | Thursday, April 11 2013 |
| BookSleeve 1.3.23 | 46 | Wednesday, April 10 2013 |
| BookSleeve 1.3.22 | 20 | Wednesday, April 10 2013 |
| BookSleeve 1.3.21 | 52 | Tuesday, April 09 2013 |
| BookSleeve 1.3.20 | 74 | Monday, April 08 2013 |
| BookSleeve 1.3.19 | 56 | Friday, April 05 2013 |
| BookSleeve 1.3.18 | 21 | Friday, April 05 2013 |
| BookSleeve 1.3.17 | 61 | Thursday, April 04 2013 |
| BookSleeve 1.3.16 | 14 | Thursday, April 04 2013 |
| BookSleeve 1.3.15 | 20 | Wednesday, April 03 2013 |
| BookSleeve 1.3.14 | 21 | Wednesday, April 03 2013 |
| BookSleeve 1.3.13 | 19 | Wednesday, April 03 2013 |
| BookSleeve 1.3.12 | 712 | Wednesday, March 27 2013 |
| BookSleeve 1.3.11 | 16 | Wednesday, March 27 2013 |
| BookSleeve 1.3.10 | 167 | Monday, March 25 2013 |
| BookSleeve 1.3.9 | 45 | Saturday, March 23 2013 |
| BookSleeve 1.3.8 | 16 | Saturday, March 23 2013 |
| BookSleeve 1.2.0.8 | 3487 | Tuesday, January 29 2013 |
| BookSleeve 1.2.0.7 | 2208 | Thursday, January 17 2013 |
| BookSleeve 1.2.0.6 | 128 | Friday, January 11 2013 |
| BookSleeve 1.2.0.5 | 616 | Monday, December 03 2012 |
| BookSleeve 1.2.0.4 | 69 | Saturday, December 01 2012 |
| BookSleeve 1.2.0.3 | 245 | Wednesday, November 21 2012 |
| BookSleeve 1.2.0.2 | 4815 | Wednesday, October 24 2012 |
| BookSleeve 1.2.0.1 | 200 | Thursday, October 18 2012 |
| BookSleeve 1.2.0.0 | 70 | Wednesday, October 17 2012 |
| BookSleeve 1.1.0.12 | 1319 | Wednesday, October 17 2012 |
| BookSleeve 1.1.0.11 | 112 | Monday, October 15 2012 |
| BookSleeve 1.1.0.10 | 75 | Friday, October 12 2012 |
| BookSleeve 1.1.0.9 | 114 | Tuesday, October 09 2012 |
| BookSleeve 1.1.0.8 | 3431 | Thursday, August 02 2012 |
| BookSleeve 1.1.0.7 | 4045 | Thursday, April 12 2012 |
| BookSleeve 1.1.0.6 | 774 | Tuesday, March 27 2012 |
| BookSleeve 1.1.0.5 | 673 | Tuesday, January 10 2012 |