diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-06-23 12:11:22 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-06-23 12:11:22 +0200 |
commit | 4cccd433d40e51c65504aa6faff84c3226c6eca9 (patch) | |
tree | 7704a788224a15bcbcb94f1db155e7198385f877 /src/lua/lua_redis.c | |
parent | 2fb77adf51c1fc6dffe53725ab4b3d7f6d2bf03f (diff) | |
download | rspamd-4cccd433d40e51c65504aa6faff84c3226c6eca9.tar.gz rspamd-4cccd433d40e51c65504aa6faff84c3226c6eca9.zip |
[Minor] Lua_redis: Try clarify docs for :exec()
Diffstat (limited to 'src/lua/lua_redis.c')
-rw-r--r-- | src/lua/lua_redis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index 7c568066f..4b8e25923 100644 --- a/src/lua/lua_redis.c +++ b/src/lua/lua_redis.c @@ -1254,7 +1254,7 @@ lua_redis_add_cmd (lua_State *L) /*** * @method rspamd_redis:exec() * Executes pending commands (suitable for blocking IO only for now) - * @return {table} pairs in format [bool, result] for each request pending + * @return {boolean}, {table}, ...: pairs in format [bool, result] for each request pending */ static int lua_redis_exec (lua_State *L) |