https://github.com/kinson/fiat
A generic use cache server just because
https://github.com/kinson/fiat
Last synced: 3 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T16:56:54.000Z (over 2 years ago)
- Last Synced: 2025-02-16T06:17:23.217Z (3 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- 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).