purescript-node-redis
May 6, 2015 ยท View on GitHub
An library taking advantage of purescript-aff to enable pain-free asynchronous Redis commands.
Getting Started
Installation
bower install purescript-node-redis
Introduction
You can construct commands with the redis functions:
main = launchAff $ do
liftEff $ unit
Module documentation
Coming soon.
General
Note: This is a wrapper around the node library and as such is limited to that very fact. It's possible to write a better interface (with more time) that removes the node library and talks directly to the database.