Skip to main content

Caching library reimplementing django.core.cache with async support and type hints, inspired by encode/databases.

Project description

Async Caches

Build Status Codecov PyPI Documentation

Caching library reimplementing django.core.cache API with async support and type hints, inspired by encode/databases.

Currently three cache backends are available:

  • dummy - Dummy cache backend that doesn't cache anything. Used to disable caching in tests!
  • locmem - Cache backend that stores data in local memory. Lets you develop and test caching without need for actual cache server.
  • redis - Redis cache intended for use in actual deployments.

Requirements: Python 3.6+ Documentation: https://rafalp.github.io/async-caches/

Installation

$ pip install async-caches

Contributing

Contributions are welcome!

If you've found a bug, got idea, question or just want to share the love, open GitHub issue or pull request!

Credits and license

This is free software and you are welcome to modify and redistribute it under the conditions described in the license. For the complete license, refer to the LICENSE file.

Parts of software come from databases package developed by Tom Christie and contributors and from Django package developed by Django project maintainers and contributors.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

async-caches-0.3.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

async_caches-0.3.0-py3-none-any.whl (10.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page