Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emallates/enoa-redis
https://github.com/emallates/enoa-redis
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emallates/enoa-redis
- Owner: Emallates
- License: mit
- Created: 2016-11-13T05:36:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T11:43:12.000Z (about 8 years ago)
- Last Synced: 2024-12-23T09:31:34.763Z (about 1 month ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# enoa-redis
[![Version][version-svg]][package-url]
[![travis-svg]][travis-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gitter][gitter-image]][gitter-url]
[![StackVverflow][stackoverflow-image]][stackoverflow-url][version-svg]: https://img.shields.io/npm/v/enoa-redis.svg?style=flat-square
[travis-svg]: https://img.shields.io/travis/Emallates/enoa-redis/master.svg?style=flat-square
[travis-url]: https://api.travis-ci.org/Emallates/enoa-redis.svg?branch=master
[package-url]: https://npmjs.org/package/enoa-redis
[license-image]: https://img.shields.io/badge/license-MIT-green.svg?style=flat-square
[license-url]: LICENSE.txt
[downloads-image]: https://img.shields.io/npm/dm/enoa-redis.svg?style=flat-square
[downloads-url]: http://npm-stat.com/charts.html?package=enoa-redis
[gitter-image]: https://badges.gitter.im/Emallates/enoa-redis.svg
[gitter-url]: https://gitter.im/Emallates/enoa-redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge
[stackoverflow-image]: https://img.shields.io/badge/stackoverflow-enoaredis-blue.svg
[stackoverflow-url]: http://stackoverflow.com/questions/tagged/enoaredis## Overview
Security holding package And Redis client for nodejs.
## Installation
Several installation options are available:
- [Download the latest release](https://github.com/Emallates/enoa-redis/archive/master.zip).
- Install with [npm](https://www.npmjs.com/package/enoa-redis) ``` npm install enoa-redis ```##CONTRIBUTION
Please read through our contributing [guidelines](https://github.com/Emallates/enoa-redis/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.####Build from source
1. clone git repository ``` git clone https://github.com/Emallates/enoa-redis.git ```
2. Run `npm install`
3. Run `npm run build`####Tests
Coming soon#Community
- [Gitter](https://gitter.im/Emallates/enoa-redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=body_badge "Live chat")
- [StackOverflow](http://stackoverflow.com/questions/tagged/enoaredis "Ask Questions")
- [Github](https://github.com/Emallates/enoa-redis/issues "Open an issue")#Copyright and license
Code and documentation copyright 2011-2016 Emallates, Inc. Code released under the MIT license. Docs released under Creative Commons.