Commit Graph

444 Commits

Author SHA1 Message Date
Costin Leau
fd35d4fe96 + disable test for JRedis (for now) 2010-12-02 19:42:59 +02:00
Costin Leau
0ad86a4bbf + update README.md 2010-12-02 19:39:48 +02:00
Costin Leau
f90d2f7337 update README.md 2010-12-02 19:35:17 +02:00
Costin Leau
d43233e87b + update README.md 2010-12-02 19:33:31 +02:00
Costin Leau
49640696a8 + update README.md 2010-12-02 19:28:46 +02:00
Costin Leau
62887430a1 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-02 19:19:04 +02:00
Costin Leau
05291888fb + add Readme in Markdown
+ minor improvements
2010-12-02 19:16:22 +02:00
J. Brisbin
3479448be9 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-02 09:56:43 -06:00
J. Brisbin
c9ba1e2365 Added QosParameters 2010-12-02 09:56:32 -06:00
Costin Leau
55600f1702 + update jar plugin to fix ignored manifest on latest Maven installs 2010-12-02 14:05:11 +02:00
Costin Leau
9b0067ce72 + replaced usage of int/Integers to long/Long for consistent results between x86/x64 Redis instances
+ updated some method names to be consistent between interfaces
+ converted return types from primitives to objects
+ updated to Jedis 1.5.0-RC1
2010-12-02 14:04:36 +02:00
Costin Leau
bcbb6d67ae + renamed length to size on Hash ops 2010-11-30 21:42:56 +02:00
Costin Leau
d542a0c3fd + renamed length to size on List contract 2010-11-30 21:40:54 +02:00
Costin Leau
1544dc0f43 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-11-30 21:38:32 +02:00
Costin Leau
53e585040a + remove generified vargs signature from public interface 2010-11-30 21:37:39 +02:00
Costin Leau
5e1427f29e + add missing implementations 2010-11-30 21:18:52 +02:00
Costin Leau
5afb74596a + updated some of the redis operations signatures 2010-11-30 20:57:10 +02:00
Costin Leau
a20fabd7f3 + add expireAt on RedisConnection 2010-11-30 20:44:44 +02:00
Costin Leau
cbc061cf4e + add String/Value operations contract 2010-11-30 20:38:38 +02:00
Costin Leau
ae51a0c9b0 + add key operations contract (no impl yet) 2010-11-30 18:38:55 +02:00
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
d3fd66ef79 + add initial draft for ConcurrentMap contract to RedisMap
+ add disabled integration tests (need to find a way to reuse the same connection) w/o transactions
2010-11-30 14:43:58 +02:00
Costin Leau
bd3093b3d9 + minor integration test improvement 2010-11-30 13:12:02 +02: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