mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Use zend_string for storing RedisArray hosts
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ PHP_METHOD(RedisArray, unwatch);
|
||||
typedef struct RedisArray_ {
|
||||
|
||||
int count;
|
||||
char **hosts; /* array of host:port strings */
|
||||
zend_string **hosts; /* array of host:port strings */
|
||||
zval *redis; /* array of Redis instances */
|
||||
zval *z_multi_exec; /* Redis instance to be used in multi-exec */
|
||||
zend_bool index; /* use per-node index */
|
||||
|
||||
Reference in New Issue
Block a user