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 |
|
Costin Leau
|
3acb3e9bde
|
+ added javadocs to dedicated ops
|
2010-12-08 22:10:29 +02:00 |
|
Costin Leau
|
dbaee10617
|
+ renamed methods on template to better convey the meaning
|
2010-12-08 21:28:49 +02:00 |
|
Costin Leau
|
2e05ca43b6
|
+ hopefully finally finished with the javadocs
|
2010-12-07 20:25:53 +02:00 |
|
Costin Leau
|
328841f0b9
|
+ implementing missing constructor functionality when specifying the host or the port for JRedis
|
2010-12-07 20:07:09 +02:00 |
|
Costin Leau
|
04c566b006
|
+ and even more javadocs
|
2010-12-07 20:06:38 +02:00 |
|
Costin Leau
|
cb122aed50
|
+ and yet more javadocs
|
2010-12-07 19:39:48 +02:00 |
|
Costin Leau
|
ac7432f014
|
+ more javadocs added
|
2010-12-07 19:00:06 +02:00 |
|
Costin Leau
|
bd46e4a04c
|
+ add javadocs
|
2010-12-07 18:32:03 +02:00 |
|
Costin Leau
|
7f226f1eed
|
+ eliminate API tangle by using interfaces rather then concrete classes
|
2010-12-07 17:45:33 +02:00 |
|
Costin Leau
|
e71af6cc74
|
+ remove more compiler warnings
|
2010-12-07 17:36:08 +02:00 |
|
Costin Leau
|
55ceaefd8d
|
+ add RedisCollection interface
+ extend the use of KeyBound interface
|
2010-12-07 17:35:50 +02:00 |
|
Costin Leau
|
0c413b5c9e
|
Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue
|
2010-12-07 16:25:46 +02:00 |
|
Costin Leau
|
bb725fed99
|
+ change increment return type from V to Long (since we cannot guarantee transformation at this point)
|
2010-12-07 16:25:24 +02:00 |
|
Costin Leau
|
62d4b4785a
|
+ update APIs to improve the generified usage
|
2010-12-07 16:21:21 +02:00 |
|
Costin Leau
|
54e3d97853
|
+ several API improvements
- eliminated use of varags with generified types
- eliminated primitives as return types
|
2010-12-07 13:31:11 +02:00 |
|
Costin Leau
|
421bb8f5ba
|
DATAKV-8
+ add sort support to RedisTemplate
|
2010-12-07 12:55:23 +02:00 |
|
Costin Leau
|
c7ab10481b
|
DATAKV-8
+ add sort support at Connection level
|
2010-12-07 12:24:53 +02:00 |
|
Costin Leau
|
5dbc48edd0
|
DATAKV-8
+ add sorting params
|
2010-12-06 21:22:06 +02:00 |
|
Costin Leau
|
002a8db386
|
+ upgrade to Jedis 1.5 RC2
|
2010-12-06 20:16:26 +02:00 |
|
Costin Leau
|
3e66dcdd20
|
+ refactored util package into support collections and atomic
|
2010-12-06 19:32:48 +02:00 |
|
J. Brisbin
|
2bf5279998
|
Better exception handling, added checked exception on invalid conversion, tweaked javadoc.
|
2010-12-06 09:11:42 -06:00 |
|
Costin Leau
|
c41e57fe6b
|
DATAKV-12
+ add integration tests
+ fix minor connection bug
|
2010-12-06 16:44:09 +02:00 |
|
Costin Leau
|
b9d3d77bc6
|
DATAKV-12
+ RedisList implements BlockingDeque
|
2010-12-06 11:55:52 +02:00 |
|
Costin Leau
|
32cdf5be9a
|
DATAKV-11
RedisList implements Deque interface
|
2010-12-06 11:49:21 +02:00 |
|
Costin Leau
|
7abda9a0bd
|
Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue
|
2010-12-06 11:05:27 +02:00 |
|
Costin Leau
|
85e138e79c
|
DATAKV-10
+ RedisList implements BlockingQueue
|
2010-12-06 11:04:48 +02:00 |
|
J. Brisbin
|
ed7741b783
|
Updated copyright, added call to containsKey() on descendants check.
|
2010-12-03 14:54:46 -06:00 |
|
Costin Leau
|
be2a482880
|
DATAKV-9
+ add capped support for redis list + integration test
|
2010-12-03 20:47:17 +02:00 |
|
Costin Leau
|
4545720d26
|
Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue
|
2010-12-03 17:15:23 +02:00 |
|
Costin Leau
|
a772373bd5
|
+ eliminate base64 encoding from StringRedisSerializer
|
2010-12-03 17:00:00 +02:00 |
|
Costin Leau
|
e9d0f02f5e
|
+ add fix between jedis/jredis on zrank
|
2010-12-03 16:59:41 +02:00 |
|
Costin Leau
|
55d7ad8fa3
|
+ update tests to include jredis driver
|
2010-12-03 16:58:53 +02:00 |
|
Costin Leau
|
3e078ffc86
|
+ add base64 encoding to deal with out of band byte arrays (for JRedis)
|
2010-12-03 16:58:20 +02:00 |
|
Costin Leau
|
d0765aacb1
|
use a separate jredis fork since the latest snapshot doesn't work with the latest JRedis releases
|
2010-12-03 16:57:13 +02:00 |
|