Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
haneytron committed Dec 12, 2013
1 parent 7bf0e9d commit da34786
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
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
------------------

Expand Down

0 comments on commit da34786

Please sign in to comment.