diff options
author | Elnatan <elnatanbcr@gmail.com> | 2011-02-14 09:09:49 -0500 |
---|---|---|
committer | Elnatan <elnatanbcr@gmail.com> | 2011-02-14 09:09:49 -0500 |
commit | bf544ce81c55f6ae64470efeec04f368dec9ac3d (patch) | |
tree | 37955e0b30cfe005846e2407c1a6c698e03f14b9 | |
parent | 36f73fdb0c8756a53cb7129835d54ab240b911a4 (diff) |
Typo fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ was received: * **`REDIS_REPLY_ARRAY`**: * A multi bulk reply. The number of elements in the multi bulk reply is stored in `reply->elements`. Every element in the multi bulk reply is a `redisReply` object as well - and can be accessed via `reply->elements[..index..]`. + and can be accessed via `reply->element[..index..]`. Redis may reply with nested arrays but this is fully supported. Replies should be freed using the `freeReplyObject()` function. |