# @lyo/hiredis

A browser-compatible version of [hiredis](https://www.npmjs.com/package/hiredis) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/hiredis)](https://www.npmjs.com/package/@lyo/hiredis)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/hiredis)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/hiredis/badge)](https://www.jsdelivr.com/package/npm/@lyo/hiredis)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/hiredis"></script>
```

#### In Node.js

```sh
# Install
npm i @lyo/hiredis
```

```js
const hiredis = require('@lyo/hiredis')
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk