sails-hook-redis

1.0.5 • Public • Published

Sails.js Redis Store hook

This hook is in development and has very limited functionnality please feel free to create issues and new features requests

Send events

Set and get objects

To set

If nothing is passed in the key is unset

sails.internalStore.set("string",[{}])

To get

return promise

If nothing is present for key then null is returned

sails.internalStore.get('string').then(function(result){})

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i sails-hook-redis

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • csinge