@@ -6,5 +6,8 @@ |
||
6 | 6 | |
7 | 7 | interface DriverInterface |
8 | 8 | { |
9 | + /** |
|
10 | + * @return string |
|
11 | + */ |
|
9 | 12 | public function commands(Request $request); |
10 | 13 | } |
11 | 14 | \ No newline at end of file |
@@ -162,7 +162,7 @@ |
||
162 | 162 | |
163 | 163 | $this->reqs = []; |
164 | 164 | |
165 | - // TODO patch missing pub/sub, pipeline, auth |
|
165 | + // TODO patch missing pub/sub, pipeline, auth |
|
166 | 166 | $this->handleStop(); |
167 | 167 | $this->emit('stop', [ $this ]); |
168 | 168 |
@@ -66,7 +66,6 @@ |
||
66 | 66 | * @param $key |
67 | 67 | * @param $star |
68 | 68 | * @param $stop |
69 | - * @param array $options |
|
70 | 69 | * @return mixed |
71 | 70 | */ |
72 | 71 | public function zRange($key, $star = 0, $stop = -1, $withScores = false); |