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

https://github.com/queer/cache


https://github.com/queer/cache

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Cache

Distributed Discord entity cache handler.

## Configuration

```Bash
# This MUST be the same between backend and cache!
CACHE_QUEUE="memes2"
SENTRY_DSN="your dsn here"
# Default "dev"
ENV_NAME="prod"
REDIS_IP="redis"
REDIS_PASS="a"
CACHE_DATABASE="discord-cache"
```