https://github.com/kinson/fiat
A generic use cache server just because
https://github.com/kinson/fiat
Last synced: 11 months ago
JSON representation
A generic use cache server just because
- Host: GitHub
- URL: https://github.com/kinson/fiat
- Owner: kinson
- License: mit
- Created: 2021-07-03T22:11:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:56:54.000Z (over 3 years ago)
- Last Synced: 2025-07-12T06:09:14.038Z (12 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fiat
A simple caching server...because I said so :upside_down_face:.
## Installation
The package can be installed by adding `fiat` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fiat, "~> 0.1"}
]
end
```
## Documentation
The docs can be found at [https://hexdocs.pm/fiat](https://hexdocs.pm/fiat).