Commit Graph

68 Commits

Author SHA1 Message Date
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
Costin Leau
4d86c9e1b5 + replaced the old RedisTemplate & co with the MyXXX version 2010-11-05 12:09:23 +02:00
Costin Leau
34640b6e69 + renamed charset to encoding 2010-11-05 12:08:43 +02:00
Costin Leau
ef792bac1a - removed some of the old code 2010-11-05 11:59:23 +02:00
Costin Leau
414c0a7025 + add jredis package
+ not fully implemented since there is no MULTI/EXEC support yet
2010-11-05 11:59:08 +02:00
Costin Leau
5bbb685760 + remove unused generic on Connection interface 2010-11-05 10:38:18 +02:00
Costin Leau
b92513de61 + beefed up Redis template
+ added support for thread/transaction bound support
2010-11-04 18:55:57 +02:00
Costin Leau
f802e6757e + initial skeleton for RedisTemplate & Co. 2010-11-04 17:27:07 +02:00
Costin Leau
27b1bf8af5 + add MULTI awareness to RedisConnection 2010-11-03 19:14:19 +02:00
Costin Leau
20dc9566ad + connection implementations mainly finished
+ aggregated cached vs non-cached jedis strategies
+ added more exception translations
2010-11-03 18:21:54 +02:00
Costin Leau
e63ce9115c + introduce the concept of 'Connection'
+ add dedicated command interfaces
2010-11-02 20:40:08 +02:00
Costin Leau
bf7a146641 + wire to Spring DAO exception translation 2010-11-02 20:39:15 +02:00
Costin Leau
cde9798aab + updated copyright header 2010-11-02 18:15:15 +02:00
Costin Leau
0ab38eab28 DATA-KV6
+ add riak module
2010-11-02 17:47:09 +02:00
Costin Leau
283d4c98fa trying to reduce duplication between the different poms 2010-11-02 17:45:55 +02:00