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:
authormichael-grunder <michael-grunder@github.com>2012-05-04 23:12:03 +0400
committermichael-grunder <michael-grunder@github.com>2012-05-04 23:12:03 +0400
commitd59b53b6b5779113ef8bf4d6f951bddd75e7f99d (patch)
tree9a8e68ef3c88dc4ad03e31389311db70b46b95a8 /library.c
parent3160a64a17fc8824fcdbbcc5d17b8c18bc77ff52 (diff)
Implemented INCRBYFLOAT and HINCRBYFLOAT
Diffstat (limited to 'library.c')
-rw-r--r--library.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/library.c b/library.c
index faef6232..667a5970 100644
--- a/library.c
+++ b/library.c
@@ -566,6 +566,8 @@ PHPAPI void redis_long_response(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_s
}
}
+
+
PHPAPI int redis_sock_read_multibulk_reply_zipped_with_flag(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab, int flag) {
/*