Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-redis

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-redis - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

test/unit/callback-promise-conversion.spec.js

3

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc