Skip to content

Commit

Permalink
Merge branch 'master' of github.com:goldfix/Redis.Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
goldfix committed Jun 11, 2014
2 parents c3ee628 + bdfb41e commit 4c1f075
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,23 @@ Configuration Parameters
------------------------

Here: https://github.com/goldfix/Redis.Cache/wiki/_pages

Last Version is: 0.9.0
----------------------

Small optimization.

*Important!*

_Changed serialization TTL. This version is not compatible with previous versions. Is necessary to empty database (used to save cache items) and reboot your Redis Server instance._

What changed?

It is changed format serialization of TTL of items.

* Old format Serialization TTL was: hhmmss. Sample: 002000 == 20 minutes.
* New format Serialization TTL is: total seconds. Sample: 1200 == 20 minutes.

Why?

This format is shorter and more compatible between Python and C#.

0 comments on commit 4c1f075

Please sign in to comment.