1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Update README.md

Changed "Note that the API is entire asynchronous" to "Note that the API is entirely asynchronous"
This commit is contained in:
beaulm
2016-03-06 20:22:43 -06:00
parent 8a43dea9be
commit ae0030659f

View File

@@ -50,7 +50,7 @@ This will display:
1: hashtest 2 1: hashtest 2
mjr:~/work/node_redis (master)$ mjr:~/work/node_redis (master)$
Note that the API is entire asynchronous. To get data back from the server, you'll need to use a callback. Note that the API is entirely asynchronous. To get data back from the server, you'll need to use a callback.
### Promises ### Promises