A better way to boost youre discord bot performace.
Project description
Discord Cache
- A better way to boost the performance of your Discord bot.
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
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for discord_cache-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f338347e9314078fa891c45580206efee2645039495ec4aed94324426780246d |
|
MD5 | ccdb53a90dd79f521fde3ccac2531b72 |
|
BLAKE2b-256 | 305fdbd48a6ef9e300b65b9e9ea530177e3c65c692400b113206a0c9257bd2a9 |