Home
last modified time | relevance | path

Searched refs:xclaimOptions (Results 1 – 1 of 1) sorted by relevance

/dports/databases/pecl-redis/redis-5.3.5/
H A Dredis_commands.c3616 typedef struct xclaimOptions { struct
3624 } xclaimOptions; argument
3669 static void get_xclaim_options(zval *z_arr, xclaimOptions *opt) { in get_xclaim_options()
3718 static int xclaim_options_argc(xclaimOptions *opt) { in xclaim_options_argc()
3734 static void append_xclaim_options(smart_string *cmd, xclaimOptions *opt) { in append_xclaim_options()
3768 xclaimOptions opts; in redis_xclaim_cmd()