diff --git a/src/PubSub/Drivers/RedisClient.php b/src/PubSub/Drivers/RedisClient.php index 7188831..e4abe7c 100644 --- a/src/PubSub/Drivers/RedisClient.php +++ b/src/PubSub/Drivers/RedisClient.php @@ -129,7 +129,6 @@ class RedisClient implements ReplicationInterface */ public function subscribe(string $appId, string $channel): bool { - $this->publishClient->__call('hset', ["$appId:$channel", 541561516, "qsgdqgsd"]); if (! isset($this->subscribedChannels["$appId:$channel"])) { // We're not subscribed to the channel yet, subscribe and set the count to 1 $this->subscribeClient->__call('subscribe', ["$appId:$channel"]);