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 aa6382b commit d208734Copy full SHA for d208734
src/Codeception/Module/Redis.php
@@ -262,7 +262,7 @@ public function grabFromRedis($key)
262
* $I->haveInRedis('set', ['riri', 'fifi', 'loulou']);
263
*
264
* // ZSets: $value must be an associative array with scores
265
- * $I->haveInRedis('set', ['riri' => 1, 'fifi' => 2, 'loulou' => 3]);
+ * $I->haveInRedis('zset', ['riri' => 1, 'fifi' => 2, 'loulou' => 3]);
266
267
* // Hashes: $value must be an associative array
268
* $I->haveInRedis('hash', ['obladi' => 'oblada']);
0 commit comments