1.0.5 • Published 8 years ago

sails-hook-redis v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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