Skip to content

Commit

Permalink
Added some more content in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Dec 31, 2015
1 parent ee00ef3 commit 2e2e882
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

See [aedes-persistence][persistence] for the full API, and [Aedes][aedes] for usage.

## Install

```
npm i aedes aedes-persistence-redis --save
```

## API

<a name="constructor"></a>
### aedesPersistenceRedis([opts])

Creates a new instance of aedes-persistence-redis.
It takes all the same options of [ioredis](http://npm.im/ioredis),
which is used internally to connect to Redis.

This constructor creates two connections to Redis.

## License

MIT
Expand Down

0 comments on commit 2e2e882

Please sign in to comment.