We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62b1a0 commit 310cb4bCopy full SHA for 310cb4b
.gitignore
@@ -1,6 +1,7 @@
1
# coverage
2
.nyc_output/
3
coverage/
4
+.coveralls.yml
5
6
.idea/
7
node_modules/
README.md
@@ -1,6 +1,9 @@
Async Redis
===========================
+[](https://travis-ci.org/moaxaca/async-redis)
+[](https://coveralls.io/github/moaxaca/async-redis)
+
This is a light weight wrapper over the node_redis library with first class promise support. Ideal for ES7 async functions.
8
9
## Usage Example
0 commit comments