From d43ac821d9f64b6ed4e322849092d0444e821719 Mon Sep 17 00:00:00 2001 From: anthony Date: Sun, 28 Jul 2019 21:28:35 +0200 Subject: [PATCH] remove test code --- src/PubSub/Drivers/RedisClient.php | 1 - 1 file changed, 1 deletion(-) 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"]);