https://github.com/b1nary-gr0up/dreamemo
Distributed cache with out-of-the-box, high-scalability, modular-design features.
https://github.com/b1nary-gr0up/dreamemo
distributed-cache go
Last synced: 3 months ago
JSON representation
Distributed cache with out-of-the-box, high-scalability, modular-design features.
- Host: GitHub
- URL: https://github.com/b1nary-gr0up/dreamemo
- Owner: B1NARY-GR0UP
- License: apache-2.0
- Created: 2023-01-15T12:55:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T05:14:19.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T16:53:12.323Z (over 1 year ago)
- Topics: distributed-cache, go
- Language: Go
- Homepage:
- Size: 4.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

DREAMEMO is a distributed cache with out-of-the-box, high-scalability, modular-design features.
[](https://goreportcard.com/report/github.com/B1NARY-GR0UP/dreamemo)
## Architecture

## Install
```shell
go get github.com/B1NARY-GR0UP/dreamemo
```
## Quick Start
### Standalone
[example](examples/standalone/main.go)
### Cluster
[example](examples/cluster/main.go)
### Custom Assemble
[example](examples/assemble/main.go)
## Related Projects
- [PIANO](https://github.com/B1NARY-GR0UP/piano) | A simple and lightweight HTTP framework. More features will be supported gradually. | `golang` `http`
- [INQUISITOR](https://github.com/B1NARY-GR0UP/inquisitor) | A simple and lightweight log. | `golang` `log`
## Blogs
- [DREAMEMO: An out-of-the-box, high-scalability, modular-design distributed cache](https://dev.to/justlorain/dreamemo-an-out-of-the-box-high-scalability-modular-design-distributed-cache-4d6e)
## License
DREAMEMO is distributed under the [Apache License 2.0](./LICENSE). The licenses of third party dependencies of DREAMEMO are explained [here](./licenses).
## ECOLOGY
DREAMEMO is a Subproject of the BINARY WEB ECOLOGY