Socket
Socket
Sign inDemoInstall

async-caches

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-caches

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


Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc