Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whitetigle/fable-redis
- Owner: whitetigle
- License: mit
- Created: 2019-06-26T11:48:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T13:49:06.000Z (over 5 years ago)
- Last Synced: 2024-12-06T14:07:32.187Z (about 2 months ago)
- Topics: fable, fsharp, redis
- Language: F#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`