Commit Graph

597 Commits

Author SHA1 Message Date
Costin Leau
92c8d32e9f several gradle updates 2011-07-05 21:10:32 +03:00
Costin Leau
fe4dec843c + moved javadoc from docs to main file 2011-07-05 20:25:04 +03:00
Costin Leau
c6a99c12dc + update readme 2011-07-05 19:41:11 +03:00
Costin Leau
6517644596 + update readme 2011-07-05 19:38:31 +03:00
Costin Leau
35cb6fc5e1 + update some references 2011-07-05 19:31:47 +03:00
Costin Leau
3217289401 + renamed org.springframework.data.keyvalue.redis to o.s.d.redis
+ eliminated Riak package
+ eliminate Core package
2011-07-05 19:18:31 +03:00
Costin Leau
f242a95620 Merge branch 'gradle-build-ng' of github.com:SpringSource/spring-data-keyvalue into initial_merge
Conflicts:
	README.md
2011-07-04 22:14:39 +03:00
Costin Leau
690923b3c9 DATAKV-75
+ fixed item replacement
(note that ReplaceTask only accepts chars not strings and the GroovyStringTemplate seems to be fragile so the ${} got replaced with @@)
2011-07-04 21:05:08 +03:00
Costin Leau
953faa11db DATAKV-75
+ several improvements to the Gradle build
2011-07-04 18:14:32 +03:00
Costin Leau
6e023f5df0 + upgrade gradle files 2011-07-01 19:32:02 +03:00
Costin Leau
3f2d0b4bc5 + add package exclude 2011-07-01 18:46:52 +03:00
Costin Leau
2bc336929b Merge branch 'master' into gradle-build-ng
Conflicts:
	spring-data-redis/.classpath
	spring-data-redis/pom.xml
2011-07-01 15:34:01 +03:00
Costin Leau
379a9da5be + readme file 2011-07-01 15:28:39 +03:00
Costin Leau
9aa7ad3ebc Merge branch 'jedis-20'
DATAKV-74
+ upgraded to jedis 2.0
2011-07-01 15:15:49 +03:00
Costin Leau
7c0295aacc DATAKV-74 2011-07-01 15:11:53 +03:00
Costin Leau
96d7902c69 DATAKV-72
+ add missing rangeWithScores and reverserRangeWithScores ops for ZSets
2011-06-24 15:02:18 +03:00
Costin Leau
2d96291409 fixed incorrect left/rightPop in RedisTemplate 2011-06-22 20:58:18 +03:00
Costin Leau
8c3eb982ea + wrap up integration
(pubsub tests are failing though)
2011-06-22 20:50:50 +03:00
Costin Leau
34390fe9ca + upgrade to Jedis 2.0.0 (first attempt) 2011-06-22 19:56:39 +03:00
Costin Leau
107badf522 fix some init errors from last commit 2011-05-02 16:36:40 +03:00
Costin Leau
35dc5f198a - remove ConnectionFactory constructor since its use was misinterpreted pretty much all the time
(users assumed no initialization took place when it was quite the opposite).
+ constructor remained in place for StringRedisTemplate
2011-04-28 19:05:18 +03:00
Costin Leau
3c0bccf1d4 DATAKV-67
+ removed ability to pass in custom template since that's not the case (as the backing format is predefined and custom serialization is not an option)
2011-04-28 19:03:15 +03:00
Costin Leau
cb8fc22c45 + add dedicated section on configurating RJC 2011-04-28 18:04:45 +03:00
Costin Leau
ce59e74b72 DATAKV-68
+ add pattern vs channel example inside docs
2011-04-28 17:56:56 +03:00
Costin Leau
623f1a0c97 update .gitignore 2011-04-28 17:44:31 +03:00
Costin Leau
e55f1a745b DATAKV-68
+ merge channel and pattern into topic in the listener namespace
2011-04-22 18:19:38 +03:00
Costin Leau
f4feb8b993 + add bug fix to key rename 2011-04-22 18:18:34 +03:00
Costin Leau
e210c8c0c1 + update manifest 2011-04-22 18:12:49 +03:00
Costin Leau
050e461a8e DATAKV-68
+ merge channel and pattern into topic in the listener namespace
2011-04-22 17:49:29 +03:00
Costin Leau
718d60484c + add bug fix to key rename 2011-04-21 21:49:49 +03:00
Costin Leau
53f418936b + update gradle files to make the build work 2011-04-21 21:49:26 +03:00
Costin Leau
9474504774 Merge branch 'master' into gradle-build-ng
Conflicts:
	pom.xml
	spring-data-redis/pom.xml
	spring-data-redis/template.mf
2011-04-21 21:05:04 +03:00
Costin Leau
de3b71bf34 + update tasks with deployed plugins 2011-04-21 20:44:47 +03:00
Costin Leau
bc548fcb34 + fixed the upload task 2011-04-21 18:52:47 +03:00
Costin Leau
6c0fa8ab75 + fixed archive creation 2011-04-21 15:52:17 +03:00
Costin Leau
627dd20e9e + another gradle update
+ fixed the dist/maven problem
2011-04-21 15:17:26 +03:00
Costin Leau
ae2b02b5e6 + breakdown the scripts 2011-04-21 14:51:20 +03:00
Costin Leau
9b1f5464ba DATAKV-66
+ add getter for database index on ConnectionFactories
+ update javadoc
2011-04-19 19:56:10 +03:00
Costin Leau
ffb61645de DATAKV-58
+ add FactoryBean for creating collections on top of Redis keys
+ add dedicated namespace
+ code + integration tests
2011-04-15 20:44:58 +03:00
Costin Leau
30d82a3ae8 DATAKV-58 2011-04-15 17:51:56 +03:00
Costin Leau
62a43d746c DATAKV-58
+ add Properties implementation for Redis
2011-04-15 15:58:16 +03:00
Costin Leau
825a58c0ae make Spring OXM optional 2011-04-14 20:27:56 +03:00
Costin Leau
aebcb56c3c DATAKV-63
+ reset the selected db when the connection is closed
2011-04-14 19:53:55 +03:00
Costin Leau
1f1db82ffb DATAKV-62
+ fixed incorrect method invocation
2011-04-14 19:38:55 +03:00
Costin Leau
af2265c813 + fix problem causing atomic counters to reinitialize Redis values (even if no value was given) 2011-04-14 15:49:46 +03:00
Costin Leau
d6d87a27e1 Revert "removed @Override annotations that cause problems in JDK 5 on interface methods"
This reverts commit 41c5f7e0bc.
Spring Redis depends on JDK 6 (at API level).
2011-04-10 11:14:32 +03:00
Burt Beckwith
41c5f7e0bc removed @Override annotations that cause problems in JDK 5 on interface methods 2011-04-07 22:08:54 -04:00
Costin Leau
98b66ec6ae + bump up version 2011-04-07 08:47:37 +03:00
Costin Leau
87d7401ae8 + update changelog 2011-04-06 17:04:16 +03:00
Costin Leau
63f3f27cae + prepare 1.0.0.M3 release
+ add missing javadocs
+ update some copyrights/dates
2011-04-06 16:49:57 +03:00