Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit d43ac82

Browse files
remove test code
1 parent 6e68d3d commit d43ac82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PubSub/Drivers/RedisClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ protected function onMessage(string $redisChannel, string $payload)
129129
*/
130130
public function subscribe(string $appId, string $channel): bool
131131
{
132-
$this->publishClient->__call('hset', ["$appId:$channel", 541561516, "qsgdqgsd"]);
133132
if (! isset($this->subscribedChannels["$appId:$channel"])) {
134133
// We're not subscribed to the channel yet, subscribe and set the count to 1
135134
$this->subscribeClient->__call('subscribe', ["$appId:$channel"]);

0 commit comments

Comments
 (0)