1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update README.md

Fixed missing word.
This commit is contained in:
Dave Mun
2015-02-24 09:00:55 -08:00
parent de6692774f
commit 67be3db6ce

View File

@@ -127,7 +127,7 @@ JavaScript Array of node Buffers. `HGETALL` returns an Object with Buffers keye
### "ready"
`client` will emit `ready` a connection is established to the Redis server and the server reports
`client` will emit `ready` once a connection is established to the Redis server and the server reports
that it is ready to receive commands. Commands issued before the `ready` event are queued,
then replayed just before this event is emitted.