Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 764 Bytes

File metadata and controls

24 lines (15 loc) · 764 Bytes

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 for support.

Quick Usage.

For usage see the the documentation and examples .