Skip to main content

A better way to boost youre discord bot performace.

Project description

Discord Cache

  • A better way to boost the performance of your Discord bot.

image


Installation

pip install discord-cache

Usage

from discord_cache import Cache

cache = Cache()

anyfunction():
    # Do something
    cache.insert("key", "value")
    # Do something else

anyfunction2():
    # Do something
    cache.get("key")
    # Do something else

anyfunction3():
    # Do something
    cache.delete("key")
    # Do something else

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

discord_cache-1.0.0-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 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