Commit Graph

287 Commits

Author SHA1 Message Date
Costin Leau
0f91ced5a0 + atomic counters support reading values from the backing store (rather then always use 0) 2010-12-15 12:14:15 +02:00
Costin Leau
b4f5f884e5 + changed pooling to usePool for Jedis and JRedis connections 2010-12-15 12:07:32 +02:00
Costin Leau
1db9e72fde + update jedis to 1.5 final 2010-12-13 18:13:47 +02:00
Costin Leau
bcbfef1ce8 + bump version M2-SNAPHOT (except Riak who's still on M1) 2010-12-13 14:45:33 +02:00
Costin Leau
c7c34bf2f7 + bump version to M1 2010-12-13 13:50:22 +02:00
Costin Leau
10a80d33b9 + fix some minor javadoc problems 2010-12-13 13:49:56 +02:00
Costin Leau
881f1a14d9 + add changelog for redis 2010-12-13 13:29:37 +02:00
Costin Leau
d54252b7e6 + minor OSGi template typo 2010-12-13 13:29:13 +02:00
Costin Leau
f60d0f390c + fix OSGi template typo 2010-12-13 13:18:37 +02:00
Costin Leau
b41e3b055d + replace tabs with spaces (for better code rendering)
+ wrap up docs
2010-12-13 13:01:47 +02:00
Costin Leau
cfdaa334c1 + wrap up documentation 2010-12-13 12:48:20 +02:00
Costin Leau
b6cfd1ce9c + add template docs 2010-12-13 12:23:30 +02:00
Costin Leau
3c1eca4cee + add more redis content 2010-12-13 10:35:06 +02:00
Costin Leau
372ac71696 + improve docbook generation with respect to highlighting 2010-12-13 10:34:27 +02:00
Costin Leau
88eed22043 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-11 21:08:38 +02:00
Costin Leau
4e3cae14e5 + add more Redis configuration 2010-12-11 21:08:10 +02:00
Costin Leau
68e490661c + improved configuration of jredis and jedis instances
+ removed unused resources
2010-12-11 21:07:48 +02:00
J. Brisbin
fbf04d426c Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-10 11:09:36 -06:00
J. Brisbin
dcbafb2e3f Turning off tests (yet again). 2010-12-10 11:09:23 -06:00
Costin Leau
3cf0f002a9 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-10 19:07:07 +02:00
Costin Leau
c89776f408 + add draft Redis docs 2010-12-10 19:06:35 +02:00
Costin Leau
782121eb88 + add introduction to Spring Data Key Value 2010-12-10 19:06:18 +02:00
J. Brisbin
9e7c8bfccc Tweaking spec tests. 2010-12-10 11:02:56 -06:00
J. Brisbin
b1ad0a4714 Trying to turn on tests again. 2010-12-10 11:00:54 -06:00
J. Brisbin
e9ddfab942 Added linkWalkAsType() method, added spec test for it, also added cache-busting logic to M/R tests. 2010-12-10 11:00:11 -06:00
J. Brisbin
1ab20270c1 Testing on build box is hopelessly broken. Turning tests off for good. 2010-12-09 13:31:49 -06:00
J. Brisbin
ab7d8850ae Changing how Riak is started in tests. 2010-12-09 13:28:56 -06:00
J. Brisbin
b2f1bbd8e0 Turning tests on. 2010-12-09 13:24:54 -06:00
J. Brisbin
656b02f494 Turning off tests again. 2010-12-09 13:07:21 -06:00
J. Brisbin
d8d769c86f Trying to get M/R tests to pass on build box. 2010-12-09 12:59:23 -06:00
J. Brisbin
e0d79d1048 Setting default QosParameters for tests. 2010-12-09 12:53:29 -06:00
J. Brisbin
6bd547bfc5 Adding spec for RiakKeyValueTemplate, turning on tests. 2010-12-09 12:46:46 -06:00
Costin Leau
87be25bc20 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-09 13:38:12 +02:00
Costin Leau
5fc53cec9c + rename SimpleRedisSerializer to JdkSerializationRedisSerializer
+ add GenericToStringSerializer (cannot make it the default since the Class<T> is required)
+ add dedicated StringRedisTemplate
2010-12-09 13:37:18 +02:00
J. Brisbin
6f1c4bbebb Turned off tests. 2010-12-08 18:23:59 -06:00
J. Brisbin
9182c78ac5 Triggering build. 2010-12-08 18:22:13 -06:00
J. Brisbin
d8649e881d Change path to Riak exe. 2010-12-08 16:45:26 -06:00
J. Brisbin
ae4af38c05 Turning on tests, adding hooks to start and stop Riak server. 2010-12-08 16:42:41 -06:00
J. Brisbin
892fd53900 Turning off tests. 2010-12-08 16:18:17 -06:00
J. Brisbin
638b713466 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-08 16:14:13 -06:00
J. Brisbin
c94d2c9fe1 Split template into two variants, added tests back in, minor tweaks. 2010-12-08 16:13:58 -06:00
Costin Leau
ea20533a37 + add append and substract operations 2010-12-08 23:23:59 +02:00
Costin Leau
f18fffa4ee + add discard and unwatch operations 2010-12-08 23:02:28 +02:00
Costin Leau
48b9df3a05 rename exists to hasKey() 2010-12-08 22:55:54 +02:00
Costin Leau
b7dcfb67a1 + add incrementScore to zset operations 2010-12-08 22:52:45 +02:00
Costin Leau
2dc11f5501 + rename diff to differentiate 2010-12-08 22:47:21 +02:00
Costin Leau
bd9c8aaa25 + add move and random member to set operations 2010-12-08 22:46:45 +02:00
Costin Leau
48d31da0fd + add pop to set operations 2010-12-08 22:39:53 +02:00
Costin Leau
69fb3a996b add rightPopLeftPush to list operations 2010-12-08 22:34:25 +02:00
Costin Leau
2a397015d2 + add missing getOperation to bound ops interfaces 2010-12-08 22:28:08 +02:00