pypi aiocache 0.7.0

latest releases: 0.12.2, 0.12.1, 0.12.0...
6 years ago
  • 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 new key_builder attr

  • Removed settings module. - Manuel Miranda

Don't miss a new aiocache release

NewReleases is sending notifications on new releases.