0.3.1 • Published 12 years ago

redis-stream-store v0.3.1

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

redis-stream-store

Store streams in redis

Example

var store = require("redis-stream-store")(6379, "localhost", "prefix")
store.get("streamName", function (stream) {
    stream.write("data goes in")
    stream.on("data", function (data) {
        console.log("data comes out!", data)
    })
})

Installation

npm install redis-stream-store

Tests

node test.js

Contributors

  • Raynos

MIT Licenced

0.3.1

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago