https://github.com/darkweak/storages
Souin's storages
https://github.com/darkweak/storages
Last synced: 12 months ago
JSON representation
Souin's storages
- Host: GitHub
- URL: https://github.com/darkweak/storages
- Owner: darkweak
- License: mit
- Created: 2024-06-16T21:16:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T20:47:16.000Z (about 1 year ago)
- Last Synced: 2025-05-31T06:16:45.999Z (about 1 year ago)
- Language: Go
- Size: 374 KB
- Stars: 3
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Souin's storages
This repository contains all supported storages by the HTTP cache [Souin](https://github.com/darkweak/souin).
Each storages are available as caddy module and can be used with the HTTP cache module.
Using caddy, you can build your instance using the following template `xcaddy build --with github.com/darkweak/storages/{your_storage}/caddy`.
## Supported storages
* [Badger](https://github.com/dgraph-io/badger)
* [Etcd](https://github.com/etcd-io/etcd)
* [Go-redis](https://github.com/redis/go-redis)
* [Nats](https://github.com/nats-io/nats-server)
* [Nuts](https://github.com/nutsdb/nutsdb)
* [Olric](https://github.com/buraksezer/olric)
* [Otter](https://github.com/maypok86/otter)
* [Redis](https://github.com/redis/rueidis)
* [Simplefs](https://github.com/darkweak/simplefs)