1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

README improvements

highlight that all Redis commands are supported.
This commit is contained in:
Ruben Bridgewater
2016-10-08 15:39:58 +02:00
committed by GitHub
parent d3fedc648f
commit 782f2553f9

View File

@@ -6,7 +6,7 @@ redis - a node.js redis client
[![Windows Tests](https://img.shields.io/appveyor/ci/BridgeAR/node-redis/master.svg?label=Windows%20Tests)](https://ci.appveyor.com/project/BridgeAR/node-redis/branch/master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/NodeRedis/node_redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
This is a complete and feature rich Redis client for node.js. It supports all Redis commands and focuses on high performance.
This is a complete and feature rich Redis client for node.js. __It supports all Redis commands__ and focuses on high performance.
Install with: