Costin Leau
|
73ced03eae
|
+ add equals/hashcode contract to Redis collections
|
2010-11-10 20:08:54 +02:00 |
|
Costin Leau
|
fdee35f462
|
+ improved JedisCF dispose contract
|
2010-11-10 20:08:30 +02:00 |
|
Costin Leau
|
28d58ba8bb
|
+ properly implement clear for list (unfortunately through 2 commands)
|
2010-11-10 19:48:48 +02:00 |
|
Costin Leau
|
8fad1abc96
|
+ solved serialization problem for jedis
+ improve integration tests to better cleanup in case of failure
|
2010-11-10 19:21:42 +02:00 |
|
Costin Leau
|
743c5f0e3e
|
+ eliminated encoding method from Redis Connection (moving towards a byte[] interface)
|
2010-11-10 18:50:14 +02:00 |
|
Costin Leau
|
3dbbbaad45
|
+ trying to add serializer into place
+ added more integration tests
+ added generics for RedisList
- still having serialization/deserialization problems
|
2010-11-10 18:47:44 +02:00 |
|
Costin Leau
|
05ef1afffa
|
+ bump Spring version to 3.0.5
|
2010-11-09 20:57:36 +02:00 |
|
Costin Leau
|
df47b9df78
|
+ refresh serializer contract
+ add Spring 3 based serialization
|
2010-11-09 20:57:21 +02:00 |
|
Costin Leau
|
1a34f73c06
|
+ added all the committers in alphabetical order
|
2010-11-09 19:49:33 +02:00 |
|
Costin Leau
|
394a6da59a
|
+ update pom settings to produce the docbook artifacts during site-deploy only
+ update deployment path
|
2010-11-09 19:39:10 +02:00 |
|
Costin Leau
|
1770462ae2
|
+ renamed some methods for consistency and clarity
|
2010-11-09 19:00:42 +02:00 |
|
Costin Leau
|
9c75ae2d94
|
+ finish up String operations
+ add Jedis and JRedis implementations
|
2010-11-09 18:54:29 +02:00 |
|
Costin Leau
|
2396c84471
|
+ add RedisMap and default impl
|
2010-11-09 18:19:04 +02:00 |
|
Costin Leau
|
567f7161f3
|
+ refactor RedisCollection into RedisStore
|
2010-11-09 18:18:49 +02:00 |
|
Costin Leau
|
eaffa54025
|
+ add hsetNX to hash commands
+ add jedis and jredis impl for hsetNx
|
2010-11-09 18:18:05 +02:00 |
|
Costin Leau
|
0ae7385f45
|
+ add Jredis support for hash commands
+ minor adjustment to hash commands interface
|
2010-11-09 17:33:08 +02:00 |
|
Costin Leau
|
2b903fe850
|
+ add Jedis support for hash commands
|
2010-11-09 16:39:30 +02:00 |
|
Costin Leau
|
52061da2af
|
+ implement RedisSortedSet
+ move up more methods to Redis abstract collection
|
2010-11-09 16:12:13 +02:00 |
|
Costin Leau
|
6e98ecb1e9
|
+ adjust return type for rename
+ replace most of the existing UOE with actual work in JRedis connection
|
2010-11-09 13:27:20 +02:00 |
|
Costin Leau
|
03d4a4f770
|
+ add Jredis support for new zset operations (unfortunately just UOE)
|
2010-11-09 13:16:04 +02:00 |
|
Costin Leau
|
fcbd57a2c9
|
+ implement new Zset operations in jedis connection
|
2010-11-09 13:12:22 +02:00 |
|
Costin Leau
|
a4f0e31c42
|
+ add Tuple default implementation
|
2010-11-09 13:12:07 +02:00 |
|
Costin Leau
|
f2f56c72d5
|
+ add withScore operations
|
2010-11-09 12:59:26 +02:00 |
|
Costin Leau
|
1dcdb263e0
|
+ add JRedis implementation for ZSet commands
|
2010-11-09 11:55:39 +02:00 |
|
Costin Leau
|
9fc7e97b3f
|
+ initial jedis implementation for zsets
|
2010-11-09 11:46:45 +02:00 |
|
Costin Leau
|
ab29480743
|
+ updated Zset commands
|
2010-11-09 11:46:30 +02:00 |
|
Costin Leau
|
346a9ce338
|
+ add Redis ZSet commands
|
2010-11-09 11:25:08 +02:00 |
|
Costin Leau
|
f96659dd35
|
initial draft contract for Redis sorted sets
|
2010-11-09 11:06:14 +02:00 |
|
Costin Leau
|
a8f8a83192
|
+ add RedisIterator + implementations for Set and List
|
2010-11-09 10:50:43 +02:00 |
|
Costin Leau
|
16ae948d92
|
+ improve RedisSet contract
|
2010-11-09 10:50:21 +02:00 |
|
Costin Leau
|
962fdcfa08
|
+ overhauled RedisSet
|
2010-11-09 10:09:17 +02:00 |
|
Costin Leau
|
735a8066cf
|
+ update RedisList contract
|
2010-11-08 22:04:58 +02:00 |
|
Costin Leau
|
93128066eb
|
+ add Jredis support for set operations
|
2010-11-08 22:04:25 +02:00 |
|
Costin Leau
|
2a847020e1
|
+ add set commands and jedis implementation
|
2010-11-08 21:33:45 +02:00 |
|
Costin Leau
|
6ab48d3c7c
|
+ add Queue support for the the redis list
|
2010-11-08 20:19:29 +02:00 |
|
Costin Leau
|
d86ff3a851
|
+ rewrite the collection support for Redis
+ add initial draft for List (still need to work the implementation details in terms of efficiency)
|
2010-11-08 20:04:32 +02:00 |
|
Costin Leau
|
bfe5ab672e
|
+ add list implementations for Jedis and Jredis
|
2010-11-08 20:03:27 +02:00 |
|
Costin Leau
|
cab17428c8
|
+ add RedisAtomicLong
|
2010-11-08 16:19:16 +02:00 |
|
Costin Leau
|
f165dd6574
|
polish up RedisAtomicInteger
|
2010-11-08 16:19:01 +02:00 |
|
Costin Leau
|
75341a7bba
|
+ add backward compatible constructors
|
2010-11-08 16:04:52 +02:00 |
|
Costin Leau
|
9eb8475c57
|
+ cleanup AtomicInteger impl.
|
2010-11-08 14:11:28 +02:00 |
|
Costin Leau
|
baf245b06f
|
+ add initial support for RedisAtomicInteger
+ add more redis commands
|
2010-11-08 14:06:08 +02:00 |
|
Costin Leau
|
49b2ad56c2
|
+ update copyright years
|
2010-11-05 14:01:25 +02:00 |
|
Costin Leau
|
4fc92863c4
|
+ add .gitignore
|
2010-11-05 13:27:22 +02:00 |
|
Costin Leau
|
43ae8fb491
|
+ changed Eclipse settings from JDK to ExecEnvironment
+ added JDK 1.6 as the target platform
|
2010-11-05 13:17:31 +02:00 |
|
Costin Leau
|
70504721b8
|
+ fixed bundlor manifest
|
2010-11-05 13:16:14 +02:00 |
|
Costin Leau
|
ec9814a1ac
|
+ moved AbstractIntegration test to proper package
+ commented out the template test for the time being
|
2010-11-05 13:16:00 +02:00 |
|
Costin Leau
|
aac726d816
|
+ fixed some of the integration tests
+ added basic integration tests for both Jredis and Jedis
|
2010-11-05 13:06:55 +02:00 |
|
Costin Leau
|
80fe08d3fd
|
+ moved some packages around
+ added some command support for JRedis
|
2010-11-05 13:06:03 +02:00 |
|
Costin Leau
|
3aa3ffba94
|
+ commented out some of the collection code until the template becomes more beefy
|
2010-11-05 12:10:33 +02:00 |
|