mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Modules: RM_Call(): give pointer to documentation.
This commit is contained in:
parent
2a81e49dde
commit
3eaff2941e
@ -2857,7 +2857,10 @@ fmterr:
|
|||||||
* NULL is returned and errno is set to the following values:
|
* NULL is returned and errno is set to the following values:
|
||||||
*
|
*
|
||||||
* EINVAL: command non existing, wrong arity, wrong format specifier.
|
* EINVAL: command non existing, wrong arity, wrong format specifier.
|
||||||
* EPERM: operation in Cluster instance with key in non local slot. */
|
* EPERM: operation in Cluster instance with key in non local slot.
|
||||||
|
*
|
||||||
|
* This API is documented here: https://redis.io/topics/modules-intro
|
||||||
|
*/
|
||||||
RedisModuleCallReply *RM_Call(RedisModuleCtx *ctx, const char *cmdname, const char *fmt, ...) {
|
RedisModuleCallReply *RM_Call(RedisModuleCtx *ctx, const char *cmdname, const char *fmt, ...) {
|
||||||
struct redisCommand *cmd;
|
struct redisCommand *cmd;
|
||||||
client *c = NULL;
|
client *c = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user