File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Commit changelog: http://github.com/SpringSource/spring-data-redis/tree/v[versio
6
6
Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10604
7
7
8
8
9
- Changes in version 1.0.3.RELEASE (2013-02-dd )
9
+ Changes in version 1.0.3.RELEASE (2013-02-13 )
10
10
---------------------------------------------
11
11
12
12
General
@@ -20,6 +20,7 @@ Package o.s.d.redis.cache
20
20
21
21
Package o.s.d.redis.core
22
22
* Improved RedisTemplate initialization to prevent exceptions caused by invalid serializers
23
+ * Refined RedisTemplate#delete call when dealign with empty collection
23
24
* Refined convertAndSend() method to return the number of targeted channels
24
25
25
26
Package o.s.d.redis.connection
@@ -36,6 +37,9 @@ Package o.s.d.redis.listener
36
37
* Added proper hash/equals/toString method to ChannelTopic and PatternTopic
37
38
* Improved MessageListenerContainer to support dynamic removal of listeners
38
39
40
+ Package o.s.d.redis.support
41
+ * Added RedisTemplate-based constructor to AtomicInteger/Long for connection/resource reuse
42
+
39
43
40
44
Changes in version 1.0.2.RELEASE (2012-10-10)
41
45
---------------------------------------------
You can’t perform that action at this time.
0 commit comments