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@users.noreply.github.com>2022-07-15 09:19:00 +0300
committerGitHub <noreply@github.com>2022-07-15 09:19:00 +0300
commit8e747ecec9658dfbd2f0d64d7cf5cf4b7899f19e (patch)
tree1d56de44f33c304fdfbe9948799234775f3bfea0 /common.h
parentbfcc4292b2314fd85bca824f2c5845bde192c908 (diff)
parent3c9e159c7e700a48aff29b83374039c3bdf1e909 (diff)
Merge pull request #2123 from phpredis/pubsub
Refactor subscribe/unsubscribe
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 ae16b0dc..8af8b541 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;