Skip to content

Commit

Permalink
Add redis explanation on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adhisimon committed Sep 12, 2021
1 parent 59cdb9c commit 5eae799
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ But ofcourse you can use it too.
This is the most reason we need a simple wrapper for winston logger.
* Ability to change log directory.
* Ability to change log base filename.
* Ability to publush to redis channel ([winston-redis](https://github.com/winstonjs/winston-redis)) - **experimental**
See [examples/redis.js](./examples/redis.js) for code example.

## Future features
* Circular buffer transport.

## Install
```bash
Expand Down Expand Up @@ -120,10 +125,6 @@ usage example of using config object.
## Changelog
See [CHANGELOG.md](./CHANGELOG.md).

## TODO
* Redis transport.
* Circular buffer transport.

## License
Licensed under MIT License. So, feel free to use or fork it
if you think it would be usefull for you.
Expand Down

0 comments on commit 5eae799

Please sign in to comment.