Skip to content

Version 0.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@goldfix goldfix released this 11 Jun 16:49
· 48 commits to master since this release

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#.