Skip to content

Latest commit

 

History

History

cache

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Disgo Cache

The Disgo Cache is a Go module that automatically handles caching for your Discord Bot. The Disgo Cache implements a cache interface that allows you to replace the built-in cache with another store (such as Redis or Memcached) or provide your own method of caching data. For more information on the concept of caching, read What is a Cache?

How It Works

The Disgo Cache is used when the disgo.Client creates a Request or receives a Session event.

Caching Resources

In Development.

Caching Events

In Development.