Skip to content

Commit d208734

Browse files
Justinas PošiūnasNaktibalda
authored andcommitted
[Redis] corrected documentation of haveInRedis method (#4035)
1 parent aa6382b commit d208734

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)