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 toMAX_INT32
. - :class:
Channel
default size is setting toMAX_INT32
. - :class:
TTLCache
default ttl is setting to 1 minute.