README.md

# gledis

[![Package Version](https://img.shields.io/hexpm/v/gledis)](https://hex.pm/packages/gledis)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gledis/)

Redis client for Gleam built on top of `eredis`

## Installation

If available on Hex this package can be added to your Gleam project:

```sh
gleam add gledis
```

and its documentation can be found at <https://hexdocs.pm/gledis>.