Skip to content

Commit 4ae1e87

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
updated
1 parent 78f2e7c commit 4ae1e87

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

changelog.markdown

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ title: Codeception Changelog
99

1010

1111

12+
### module-redis 1.2.0: 1.2.0
13+
14+
Released by [![](https://avatars.githubusercontent.com/u/64917965?v=4&s=16) TavoNiievez](https://github.com/TavoNiievez) on 2021/10/08 15:41:43 / [🦑 Repository](https://github.com/Codeception/module-redis) / [📦 Releases](https://github.com/Codeception/module-redis/releases)
15+
16+
17+
18+
- The minimum version of PHP is now 7.1
19+
- Added strict types and return types
20+
21+
Other minor changes:
22+
- Add debug info to redis cleanup ([#1](https://github.com/Codeception/module-redis/issues/1)) by **[convenient](https://github.com/convenient)**
23+
- Add changelog to `README` file ([#10](https://github.com/Codeception/module-redis/issues/10)) by **[Arhell](https://github.com/Arhell)**
24+
25+
1226
### module-rest 1.3.2: 1.3.2
1327

1428
Released by [![](https://avatars.githubusercontent.com/u/395992?v=4&s=16) Naktibalda](https://github.com/Naktibalda) on 2021/10/08 09:37:07 / [🦑 Repository](https://github.com/Codeception/module-rest) / [📦 Releases](https://github.com/Codeception/module-rest/releases)

docs/modules/Redis.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ $I->dontSeeRedisKeyContains('example:hash', 'magic', 32);
153153
* `param null` $itemValue Optional and only used for zsets and hashes. If
154154
specified, the method will also check that the $item has this value/score
155155

156-
* `return bool`
157-
158156

159157
#### grabFromRedis
160158

@@ -196,6 +194,8 @@ $I->grabFromRedis('example:hash', 'foo');
196194

197195
* `param string` $key The key name
198196

197+
* `return array|string|null`
198+
199199
@throws ModuleException if the key does not exist
200200

201201

@@ -308,8 +308,6 @@ $I->seeRedisKeyContains('example:hash', 'magic', 32);
308308
* `param null` $itemValue Optional and only used for zsets and hashes. If
309309
specified, the method will also check that the $item has this value/score
310310

311-
* `return bool`
312-
313311

314312
#### sendCommandToRedis
315313

0 commit comments

Comments
 (0)