diff --git a/README.md b/README.md index e058d2bf..058b1c1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +>Note: since I wrote this, [node_redis](https://npmjs.com/package/redis) has now added built-in promise and typescript support, as well as many other high-level features - so you shouldn't need this anymore! Just install `redis`. + # handy-redis A wrapper around [node_redis](https://npmjs.com/package/redis) with Promise and TypeScript support.