@@ -106,6 +106,9 @@ discard block |
||
106 | 106 | self::assertEquals(3, $result[$hashKey2]); |
107 | 107 | } |
108 | 108 | |
109 | + /** |
|
110 | + * @param string $haskKeyStart |
|
111 | + */ |
|
109 | 112 | private function prePopulateScan($type, $haskKeyStart, array &$hashKeys) |
110 | 113 | { |
111 | 114 | for ($i = 0; $i < 100; ++$i) { |
@@ -121,6 +124,9 @@ discard block |
||
121 | 124 | } |
122 | 125 | } |
123 | 126 | |
127 | + /** |
|
128 | + * @param string $type |
|
129 | + */ |
|
124 | 130 | public function scan(RedisInterface $redis, $type) |
125 | 131 | { |
126 | 132 | $key = 'testHash'; |