Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/discord4j/stores
- Owner: Discord4J
- License: lgpl-3.0
- Created: 2018-03-30T16:13:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T15:25:37.000Z (12 months ago)
- Last Synced: 2024-04-14T02:20:30.571Z (9 months ago)
- Topics: cache, discord, discord4j, repository, store
- Language: Java
- Homepage: https://discord4j.com
- Size: 581 KB
- Stars: 11
- Watchers: 6
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.