File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.0
4
+
5
+ * Improved Redis key name builder
6
+ * Added support for PhpRedis serializers
7
+ * Added ` redis_object_cache_error ` action
8
+ * Added timeout, read-timeout and retry configuration
9
+ * Added unflushable groups (defaults to ` ['userlogins'] ` )
10
+ * Fixed passwords not showing in server list
11
+
3
12
## 1.4.3
4
13
5
14
* Require PHP 5.4 or newer
Original file line number Diff line number Diff line change @@ -200,6 +200,15 @@ The following commands are supported:
200
200
201
201
== Changelog ==
202
202
203
+ = 1.5.0 =
204
+
205
+ * Improved Redis key name builder
206
+ * Added support for PhpRedis serializers
207
+ * Added `redis_object_cache_error` action
208
+ * Added timeout, read-timeout and retry configuration
209
+ * Added unflushable groups (defaults to `['userlogins']`)
210
+ * Fixed passwords not showing in server list
211
+
203
212
= 1.4.3 =
204
213
205
214
* Require PHP 5.4 or newer
You can’t perform that action at this time.
0 commit comments