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 |
|
Costin Leau
|
3a2534b120
|
+ minor update to README.md
|
2010-12-03 16:56:30 +02:00 |
|
J. Brisbin
|
2b2b514e8e
|
Renamed package
|
2010-12-03 08:25:35 -06:00 |
|
Costin Leau
|
81208cc0a6
|
and another Maven update
|
2010-12-03 14:34:51 +02:00 |
|
Costin Leau
|
eadd1526e5
|
+ update README.md
+ update javadocs
+ try to add more reports plugins (hard with a multi-module Maven project)
|
2010-12-03 14:06:31 +02:00 |
|
Costin Leau
|
5463f1f21c
|
Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue
|
2010-12-03 13:18:53 +02:00 |
|
Costin Leau
|
4c4017b895
|
+ found recipe for generating project javadocs
+ add javadoc files
|
2010-12-03 13:18:25 +02:00 |
|
Mark Pollack
|
66e31ebd4f
|
Merge remote branch 'origin/master'
|
2010-12-02 17:59:04 -05:00 |
|
Mark Pollack
|
e0e863e1a0
|
Update JavaDoc URL
|
2010-12-02 17:47:46 -05:00 |
|
J. Brisbin
|
929b69b891
|
Added quick instructions to README
|
2010-12-02 15:04:59 -06:00 |
|
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 |
|