From 909a707b720335eff2512f7ddc094144746c4817 Mon Sep 17 00:00:00 2001 From: Ramon Snir Date: Thu, 28 Apr 2016 13:30:57 +0300 Subject: [PATCH] vector of strings is implemented now --- src/modules/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/API.md b/src/modules/API.md index cb2ca227..2918edf4 100644 --- a/src/modules/API.md +++ b/src/modules/API.md @@ -261,7 +261,7 @@ This is the full list of format specifiers: * **b** -- C buffer, two arguments needed: C string pointer and `size_t` length. * **s** -- RedisModuleString as received in `argv` or by other Redis module APIs returning a RedisModuleString object. * **l** -- Long long integer. -* **v** -- NOT YET IMPLEMENTED: Array of RedisModuleString objects. +* **v** -- Array of RedisModuleString objects. * **!** -- This modifier just tells the function to replicate the command to slaves and AOF. It is ignored from the point of view of arguments parsing. The function returns a `RedisModuleCallReply` object on success, on