Commit Graph

444 Commits

Author SHA1 Message Date
Costin Leau
1401769f2e String -> byte[] refactoring
+ changed Commands interfaces
+ updated Jredis implementation
2010-11-12 10:23:18 +02:00
J. Brisbin
09fc560074 Test coverage on most functionality. get/set operations. 2010-11-11 16:52:47 -06:00
J. Brisbin
d015c55d5f Test coverage on most functionality. get/set operations. 2010-11-11 16:52:11 -06:00
Costin Leau
22a4240f70 + finish Redis list tests
+ wire redis list test into PersonTest
2010-11-11 14:43:25 +02:00
Costin Leau
547b0f202d + several improvements/bugfixes applied to RedisList
+ more redis list tests
2010-11-11 14:39:22 +02:00
Costin Leau
a0f0b2ac87 + first stab at RedisList integration tests 2010-11-11 14:21:03 +02:00
Costin Leau
5129f011ac + add minor improvement to jedis wrapper 2010-11-11 14:20:35 +02:00
Costin Leau
4ea98bf0db + try to improve the cleanup of pooled Jedis connections 2010-11-11 14:18:44 +02:00
Costin Leau
edf00839e6 + improve RedisList addAll implementation 2010-11-11 14:17:59 +02:00
Costin Leau
6431761451 + improved serialization by using base64 instead of the default encoding
+ added integration test for more complicated Serializable classes
2010-11-11 09:28:22 +02:00
Costin Leau
8a42496b1b + complete collection tests 2010-11-10 20:53:22 +02:00
Costin Leau
9ef218729f + add more integration tests for Redis collections 2010-11-10 20:09:05 +02:00
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