Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@hanke0 hanke0 released this 10 Aug 16:12
· 2 commits to master since this release

New Feature

  • New class :class:SortedMap. A sorted map base on red-black tree.

Changes

  • :class:CacheMap and :class:TTLCache now support all of MutableMapping methods.
  • :meth:CacheMap.setnx and :meth:TTLCache.setnx must accept key as their only one argument.
  • :class:CacheMap default size is setting to MAX_INT32.
  • :class:Channel default size is setting to MAX_INT32.
  • :class:TTLCache default ttl is setting to 1 minute.