-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,33 @@ | ||
DACHE 1.2.0 | ||
DACHE 1.2.1 | ||
=========== | ||
|
||
|
||
distributed caching for .net applications | ||
|
||
fast, scalable distributed caching with meaningful performance metrics for your managers and a simple api for your development team | ||
|
||
http://www.getdache.net | ||
**WEB:** http://www.getdache.net | ||
|
||
[email protected] | ||
**EMAIL:** [email protected] | ||
|
||
|
||
VERSION HISTORY | ||
============================================ | ||
|
||
|
||
1.2.1 | ||
------------------ | ||
|
||
|
||
- Upgraded SimplSockets to 1.1.0 which introduces many fixes to Dache socket communication. | ||
|
||
- Client threads will no longer hang when a cache host is disconnected. | ||
|
||
- Special thanks to Ruslan (https://github.com/ruzhovt) for discovering and documenting the source of these errors. | ||
|
||
- Fixed bug in cache client host orders when disconnect/reconnect occurs. This ensures that all cache clients have the same host order, so that cached items are distributed properly. | ||
|
||
|
||
1.2.0 | ||
------------------ | ||
|
||
|