Skip to content

Commit 0aa8cb7

Browse files
committed
Merge branch '2.2' into merge-2.2-to-master
2 parents f0db44f + d208734 commit 0aa8cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public function grabFromRedis($key)
262262
* $I->haveInRedis('set', ['riri', 'fifi', 'loulou']);
263263
*
264264
* // ZSets: $value must be an associative array with scores
265-
* $I->haveInRedis('set', ['riri' => 1, 'fifi' => 2, 'loulou' => 3]);
265+
* $I->haveInRedis('zset', ['riri' => 1, 'fifi' => 2, 'loulou' => 3]);
266266
*
267267
* // Hashes: $value must be an associative array
268268
* $I->haveInRedis('hash', ['obladi' => 'oblada']);

0 commit comments

Comments
 (0)