Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/discord4j/stores

A set of Discord entity cache implementations for Discord4J
https://github.com/discord4j/stores

cache discord discord4j repository store

Last synced: about 2 months ago
JSON representation

A set of Discord entity cache implementations for Discord4J

Awesome Lists containing this project

README

        

# Stores
[![Support Server Invite](https://img.shields.io/discord/208023865127862272.svg?color=7289da&label=Discord4J&logo=discord&style=flat-square)](https://discord.gg/NxGAeCY)
[![Maven Central](https://img.shields.io/maven-central/v/com.discord4j/stores-api.svg?style=flat-square)](https://search.maven.org/artifact/com.discord4j/stores-api)
[![Javadocs](https://www.javadoc.io/badge/com.discord4j/stores-api.svg?color=blue&style=flat-square)](https://www.javadoc.io/doc/com.discord4j/stores-api)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/Discord4J/Stores/gradle.yml?branch=master&logo=github&style=flat-square)](https://github.com/Discord4J/Stores/actions)

A set of pre-made store implementations for Discord4J v3.2 and higher

Dependencies:

* [Project Reactor](https://projectreactor.io/)

Support modules:

* [API](https://github.com/Discord4J/Stores/tree/master/api)
* [TCK](https://github.com/Discord4J/Stores/tree/master/tck)

Current implementations:
* [JDK](https://github.com/Discord4J/Stores/tree/master/jdk)
* [Redis](https://github.com/Discord4J/Stores/tree/master/redis)
* [Caffeine](https://github.com/Discord4J/Stores/tree/master/caffeine)

Please refer to each corresponding module for instructions about importing it to your project.