Commit Graph

172 Commits

Author SHA1 Message Date
J. Brisbin
7c4e70407d Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-30 10:10:30 -06:00
J. Brisbin
cb84bed92a Turning off tests 2010-11-30 10:10:21 -06:00
Costin Leau
64d4173fb9 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-30 12:42:47 +02:00
Costin Leau
32bd95e030 + add missing entrySet implementation + integration tests 2010-11-30 12:42:10 +02:00
J. Brisbin
3af5d014d5 Troubleshooting build box test failures 2010-11-29 14:31:52 -06:00
Costin Leau
6d35c3f1d9 + add multiGet to hash operations + template 2010-11-29 21:50:01 +02:00
J. Brisbin
2f224a6be1 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-29 13:38:32 -06:00
J. Brisbin
07d2703e69 Tweak M/R tests 2010-11-29 13:38:23 -06:00
Costin Leau
1700061473 + better fix for generics inferring bug 2010-11-29 21:12:53 +02:00
Costin Leau
7adeeaee24 + fix compilation error on javac compilers 2010-11-29 21:10:10 +02:00
Costin Leau
c69baaaae3 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-29 20:25:36 +02:00
Costin Leau
432e0502a2 + improve multiSet
+ all integration tests pass
2010-11-29 20:24:33 +02:00
Costin Leau
d1a4b6268a + fix minor bug that caused the closing proxy to be always used 2010-11-29 20:20:51 +02:00
Costin Leau
37c0f8b242 + add proper serialization of hash specific items 2010-11-29 20:18:49 +02:00
Costin Leau
267285f9fc + fix equals/hashcode for redis map
+ add first draft of integration tests
2010-11-29 19:10:05 +02:00
Costin Leau
6d8d345583 + improve serialization of hash items in RedisTemplate
+ add missing method on HashOperations
2010-11-29 19:05:14 +02:00
J. Brisbin
f8e471cf34 Turned tests on now that Riak is running on build box 2010-11-29 08:29:49 -06:00
J. Brisbin
35c6353ee3 Minor fix for NPE in some cases 2010-11-29 08:27:30 -06:00
J. Brisbin
9322980627 Turned off tests 2010-11-26 14:12:26 -06:00
J. Brisbin
14022e602e Added javax.activation, serialVersionUID for exceptions 2010-11-26 14:08:03 -06:00
J. Brisbin
b6b672be23 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-26 13:50:07 -06:00
J. Brisbin
e9c26e91be Dropped javax.mail dependency back to 1.4.1 2010-11-26 13:49:58 -06:00
Costin Leau
9e69fd692b Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-26 21:37:46 +02:00
Costin Leau
fa31aa660c + finish bound hash operations + hash operations
+ finish hash ops implementations in RedisTemplate
+ finish redis map implementation
2010-11-26 21:36:40 +02:00
J. Brisbin
ba7ecd1d1d Changed module name from datastore to data in root pom.xml 2010-11-26 13:31:47 -06:00
Costin Leau
73ddd2637b + introduce hash operations
+ introduce redis map implementation
2010-11-26 19:52:28 +02:00
Costin Leau
1ad4c1d72b + add getOperations to boundSet|List ops
update DefaultRedisList to use a bound ops internally
2010-11-26 19:49:30 +02:00
J. Brisbin
78f41c1729 Added the ability to return discreet objects from M/R queries as well as Lists 2010-11-26 10:46:33 -06:00
J. Brisbin
e0ad5baa1e Fixing build so tests run groovyc/spec tests all pass 2010-11-26 10:16:26 -06:00
J. Brisbin
9cb0e8325c Added link walking and setting bucket properties 2010-11-26 09:52:59 -06:00
Costin Leau
21b6d00005 + renamed redis zset test to ZSetTestS so Maven can pick it up 2010-11-26 13:42:08 +02:00
Costin Leau
6785a9c017 + add zset tests 2010-11-26 13:40:07 +02:00
Costin Leau
21a50fd2d2 + minor bug fix in redis zset 2010-11-26 13:39:49 +02:00
Costin Leau
ef944d6cd7 + changed RedisSortedSet to RedisZSet
- removed SortedSet contract as it did not map correctly onto the ZSet semantics
2010-11-26 13:07:12 +02:00
Costin Leau
16838c1875 + add more operations on ZSet contract 2010-11-26 12:26:02 +02:00
Costin Leau
46336f232a + add potential JRedis params to the tests 2010-11-25 20:48:00 +02:00
Costin Leau
62b4a1f43c + removed throws Exception on RedisCallback (since all exceptions are already Spring converted) 2010-11-25 20:47:40 +02:00
Costin Leau
55449e2c7b + add redis set tests
+ add dedicated testArray/testIterator/testGenericArray for non ordered collections
2010-11-25 20:39:38 +02:00
Costin Leau
656b106333 + minor optimization in the template methods (underlying connection is exposed since the template methods are safe) 2010-11-25 20:19:48 +02:00
Costin Leau
5bacfb57a5 + fix subtle bug with diffAndStore on the template caused by incorrect param ordering in the method signature 2010-11-25 20:17:53 +02:00
Costin Leau
3c42df0846 + improve parameterized redis collection even more 2010-11-25 20:03:30 +02:00
Costin Leau
a80a4db549 + fix minor array allocation problem 2010-11-25 20:02:10 +02:00
Costin Leau
9996eddd5c + add flushDB to RedisCommands + implementations 2010-11-25 20:01:38 +02:00
Costin Leau
f738efff6d + refactor integration tests through easy parametrization
- removed some of the shallow tests
2010-11-25 19:16:24 +02:00
Costin Leau
b9430692fc propagate package renaming to the other modules 2010-11-24 19:27:56 +02:00
Costin Leau
0216539e69 rename folders from spring-datastore to spring-data 2010-11-24 19:05:07 +02:00
Costin Leau
74d4f73b45 + rename package from o.s.datastore to o.s.data
+ add redis as subpackage of data.keyvalue
2010-11-24 19:04:31 +02:00
Costin Leau
9636887b54 Merge branch 'cleau-dev' 2010-11-24 18:43:04 +02:00
Costin Leau
86bf2f2c4a + renamed tests so they can be picked by Maven 2010-11-24 18:41:01 +02:00
Costin Leau
31242ad45e + disable get test on JRedis (seems to have some problem with whitespaces - not so in case of jedis) 2010-11-24 18:28:48 +02:00