tomahawk-plugin-redis

0.0.3 • Public • Published

Tomahawk Redis Store plugin

To use this plugin

npm install -g tomahawk-routes-kv-store
npm install -g tomahawk-plugin-redis

Then create a configuration file in your home directory:

~/.tomahawk/config.json
{
    "plugins" : {
        "store" : {
            "context"        : "/store/api/v1",
            "implementation" : "tomahawk-plugin-redis",
            "url"            : "redis://localhost:6379/0"
        },
        "store-route" : {
            "implementation" : "tomahawk-routes-kv-store"
        }
    }
}

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tomahawk-plugin-redis

    Weekly Downloads

    0

    Version

    0.0.3

    License

    ISC

    Last publish

    Collaborators

    • hbouvier