We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d9b08 commit 62b4c75Copy full SHA for 62b4c75
1 file changed
src/Client.php
@@ -10,6 +10,7 @@
10
* Simple interface for executing redis commands
11
*
12
* @event message(ModelInterface $model, Client $thisClient)
13
+ * @event close()
14
*/
15
interface Client extends EventEmitterInterface
16
{
@@ -43,6 +44,8 @@ public function end();
43
44
/**
45
* close connection immediately
46
47
+ * This will emit the "close" event.
48
+ *
49
* @see self::end() for closing the connection once the client is idle
50
51
public function close();
0 commit comments