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>2022-06-26 13:10:56 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-06-28 18:18:38 +0300
commit3c9e159c7e700a48aff29b83374039c3bdf1e909 (patch)
tree2c3271ab868ca18b35e02afdd904d512474a8c62 /common.h
parentaaa4c91a7640d2fc0f3fea203dcc64d42a17b2cf (diff)
Refactor subscribe/unsubscribepubsub
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 8b1a0127..0ae19a2d 100644
--- a/common.h
+++ b/common.h
@@ -289,7 +289,7 @@ typedef struct {
int persistent;
int watching;
zend_string *persistent_id;
-
+ HashTable *subs;
redis_serializer serializer;
int compression;
int compression_level;