An open API service indexing awesome lists of open source software.

https://github.com/Cursed-Solutions/Sake

A distributed asynchronous cache standard for Hikari.
https://github.com/Cursed-Solutions/Sake

bot discord discord-api hikari

Last synced: 20 days ago
JSON representation

A distributed asynchronous cache standard for Hikari.

Awesome Lists containing this project

README

          

# Sake

A distributed asynchronous cache interface (plus several implementations) designed for use with Hikari.

# Installation

You can install Sake from PyPI using the following command.

```
python -m pip install hikari-sake -U
```

The `hikari-sake[tanjun]` feature flag can be used to ensure that the installed Tanjun version
is compatible with Sake's Tanjun adapters. You should still have a Tanjun version pinned in
your own requirements as this just provides an acceptable range for the requirement.

# Support

Go to the [support server](https://discord.gg/bZ7BrYJ63g) for support.

# Quick Usage.

For usage see the the [documentation](https://fasterspeeding.github.io/Sake/) and
[examples](https://github.com/FasterSpeeding/Sake/tree/master/examples) .