From 5eae799da35065a4360e5354423f385033f70be1 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto Date: Sun, 12 Sep 2021 20:47:16 +0700 Subject: [PATCH] Add redis explanation on README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37f74eb..11d6a87 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.