0.7.0
-
Upgrade to aioredis 0.3.3. - Manuel Miranda
-
Get CMD now returns values that evaluate to False correctly #282 - Manuel Miranda
-
New locks public API exposed #279 - Manuel Miranda
Users can now use aiocache.lock.RedLock and
aiocache.lock.OptimisticLock -
Memory now uses new NullSerializer #273 - Manuel Miranda
Memory is a special case and doesn't need a serializer because
anything can be stored in memory. Created a new NullSerializer that
does nothing which is the default that SimpleMemoryCache will use
now. -
Multi_cached can use args for key_from_attr #271 - Manuel Miranda
_before only params defined in kwargs where working due to the
behavior defined in get_args_dict function. This has now been fixed
and it behaves as expected. -
Removed cached key_from_attr #274 - Manuel Miranda
To reproduce the same behavior, use the newkey_builder
attr -
Removed settings module. - Manuel Miranda