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