@@ -15,7 +15,6 @@ Changes in version 1.3.0.RC1 (2014-05-02)
15
15
* DATAREDIS-226 - Individual syntax errors on Lettuce transactions are not reported.
16
16
* DATAREDIS-73 - add TransactionAware* Driver interfaces.
17
17
18
-
19
18
Changes in version 1.3.0.M1 (2014-03-31)
20
19
----------------------------------------
21
20
Fix
49
48
Task
50
49
[DATAREDIS-291] - Release Version 1.2.1.
51
50
51
+ Changes in version 1.3.0.M1 (2014-03-31)
52
+ ----------------------------------------
53
+ Fix
54
+ [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
55
+ [DATAREDIS-285] - LettuceTemplate.execute should read and convert entire response.
56
+ [DATAREDIS-286] - Avoid potential RedisTemplate.expire() overflow.
57
+ [DATAREDIS-289] - Avoid NPE in append() in case of pipelining or/and multi/exec calls.
58
+ Improvement
59
+ [DATAREDIS-184] - Support Redis 2.6 SAVE/NOSAVE arguments to shutdown command.
60
+ [DATAREDIS-284] - Add support for zCard to ZSetOperations.
61
+ [DATAREDIS-287] - setBit() should return a Boolean.
62
+ New Feature
63
+ [DATAREDIS-267] - Add support for CLIENT KILL.
64
+ [DATAREDIS-268] - Add support for CLIENT LIST.
65
+ [DATAREDIS-269] - Add support for CLIENT SETNAME.
66
+ [DATAREDIS-270] - Add support for CLIENT GETNAME.
67
+ [DATAREDIS-271] - Add support for PSETEX.
68
+ [DATAREDIS-277] - Add support for SLAVEOF.
69
+ Task
70
+ [DATAREDIS-261] - Upgrade commons-pool to commons-pool2.
71
+ [DATAREDIS-275] - Rename RedisServerCommands.bgWriteAof to bgReWriteAof.
72
+ [DATAREDIS-292] - Release 1.3.0 M1.
73
+
74
+ Changes in version 1.2.1.GA (2014-03-27)
75
+ ----------------------------------------
76
+ Fix
77
+ [DATAREDIS-283] - RedisCacheManager.loadCaches overrides already defined cache names in afterPropertiesSet().
78
+ [DATAREDIS-285] - LettuceConnection.execute should fully read response.
79
+ [DATAREDIS-286] - Avoid overflow in JedisConnection#expire / #pexpire.
80
+ [DATAREDIS-289] - Avoid NPE in DefaultValueOperations#append() in case of pipelining or/and multi/exec calls.
81
+ Task
82
+ [DATAREDIS-291] - Release Version 1.2.1.
83
+
52
84
Changes in version 1.2.0.GA (2014-03-03)
53
85
----------------------------------------
54
86
Task
0 commit comments