async-redis
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"private": false, | ||
"name": "async-redis", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Light wrapper over redis_node with first class promise support.", | ||
@@ -39,2 +39,3 @@ "main": "src/index.js", | ||
"mocha": "^3.2.0", | ||
"mock-redis": "^0.0.1", | ||
"nyc": "^11.4.1" | ||
@@ -41,0 +42,0 @@ }, |
Async Redis | ||
=========================== | ||
[![npm](https://img.shields.io/npm/v/async-redis.svg)]() | ||
[![npm](https://img.shields.io/npm/dm/async-redis.svg)]() | ||
[![Build Status](https://travis-ci.org/moaxaca/async-redis.svg?branch=master)](https://travis-ci.org/moaxaca/async-redis) | ||
[![Coverage Status](https://coveralls.io/repos/github/moaxaca/async-redis/badge.svg)](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. | ||
A light weight wrapper over the node_redis library with first class promise support. Ideal for ES7 async functions. | ||
@@ -35,3 +37,3 @@ ## Usage Example | ||
This library does very little modification to the api of node_redis. | ||
It simply appends a promise resolving/rejecting callback to every command. | ||
It simply appends a promise resolving/rejecting callback for every command. | ||
@@ -38,0 +40,0 @@ For information on redis commands and configuration visit node_redis |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
102773
15
188
43
0
10