Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whitetigle/fable-redis

Fable bindings for redis.js
https://github.com/whitetigle/fable-redis

fable fsharp redis

Last synced: 13 days ago
JSON representation

Fable bindings for redis.js

Awesome Lists containing this project

README

        

# fable-redis

[![Nuget Package](https://img.shields.io/nuget/v/Fable.Redis.svg)](https://www.nuget.org/packages/Fable.Redis)

Fable bindings for [redis js lib](http://redis.js.org/)

## Installing

To install in your project reference the `Fable.Redis` NuGet package

If you use Paket:
```bash
paket add Fable.Redis
```

If you use NuGet ``:
```bash
dotnet add package Fable.Redis
```

## Developement

- Tests: `npm tests`
- Publish: `npm run build Publish`