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@gmail.com>2015-03-01 23:34:21 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:11:16 +0300
commit92f620bcad134d1d948ec01afaf07308ad11a353 (patch)
tree1a44f9b897ffae2977afbc25288e634d46e4611d /php_redis.h
parent4529e6ec12f6ed670c49e369bc46f6cc98e547aa (diff)
Incorporate formalized multi-bulk proessing from develop
This commit just backports the newer and improved multi-bulk processing for various commands (e.g. zrange, hmget,etc) from develop into feature/redis_cluster Also modified getbit to treat the value as a long
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/php_redis.h b/php_redis.h
index ffa88a2b..11e7f0dd 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -252,9 +252,6 @@ PHPAPI void generic_subscribe_cmd(INTERNAL_FUNCTION_PARAMETERS, char *sub_cmd);
PHPAPI void generic_unsubscribe_cmd(INTERNAL_FUNCTION_PARAMETERS,
char *unsub_cmd);
-PHPAPI void array_zip_values_and_scores(RedisSock *redis_sock, zval *z_tab,
- int use_atof TSRMLS_DC);
-
PHPAPI int redis_response_enqueued(RedisSock *redis_sock TSRMLS_DC);
PHPAPI int get_flag(zval *object TSRMLS_DC);