Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

machinepack-redis

treelinehq97kMIT2.0.7

Structured Node.js bindings for Redis.

Redis, machines, machinepack

readme

node-machine logo machinepack-redis

Structured Node.js bindings for Redis with support for await.

Wait! You might not want to use machinepack-redis in your app! This package contains relatively low-level functionality, and it is designed to provide building blocks for packages that expose higher-level abstractions. For example, it is used behind the scenes in sails-redis and sails-hook-sockets. To use Redis for implementing caching in your Sails app, please use sails-redis instead of this package.

Help   Gitter chat

If you have questions or are having trouble, click here.

Bugs   NPM version

To report a bug, click here.

Contributing   Master branch build status

Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.

NPM

License

This package, like the Sails framework, is free and open-source under the MIT License.

changelog

mp-redis Changelog

master

  • [FIX] Made it Node v0.10 compatible
  • [ENHANCEMENT] Set up experimental cache interface layer
  • [ENHANCEMENT] Implemented all functions
  • [ENHANCEMENT] Added unit tests, all passing
  • [ENHANCEMENT] Added code coverage.
  • [INTERNAL] Upgrade/pin deps
  • [INTERNAL] Normalize property names and some metadata to match best practices from latest machine spec.

1.0.2

  • [FIX] Made it Node v0.10 compatible
  • [ENHANCEMENT] Set up experimental cache interface layer

1.0.1

  • [ENHANCEMENT] Updated README.md

1.0.0

  • [ENHANCEMENT] updated to match new spec, added missing dependencies

0.2.0

  • [ENHANCEMENT] added connection logic, sample code, documented, error handling

0.1.0

  • [ENHANCEMENT] First version