Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-04-08 08:53:36 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-04-10 21:26:29 +0300
commitb0b9dd78ef7c15af936144c1b17df1a9273d72ab (patch)
tree2632efff912ca0add7b184f1e74502f98e63eb35 /library.h
parent8eed7c7d9c87a205c30359a6d918fc1a2170c58b (diff)
[WIP] Issue #1894
Add GET option to SET command
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.h b/library.h
index 0c8a55df..f78f38c5 100644
--- a/library.h
+++ b/library.h
@@ -152,6 +152,7 @@ PHP_REDIS_API int redis_read_variant_reply_strings(INTERNAL_FUNCTION_PARAMETERS,
PHP_REDIS_API int redis_client_list_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx);
PHP_REDIS_API int redis_zdiff_response(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx);
+PHP_REDIS_API int redis_set_response(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, void *ctx);
/* Helper methods to get configuration values from a HashTable. */