Commit Graph

  • 09fc560074 Test coverage on most functionality. get/set operations. J. Brisbin 2010-11-11 16:52:47 -06:00
  • d015c55d5f Test coverage on most functionality. get/set operations. J. Brisbin 2010-11-11 16:52:11 -06:00
  • 22a4240f70 + finish Redis list tests + wire redis list test into PersonTest Costin Leau 2010-11-11 14:43:25 +02:00
  • 547b0f202d + several improvements/bugfixes applied to RedisList + more redis list tests Costin Leau 2010-11-11 14:39:22 +02:00
  • a0f0b2ac87 + first stab at RedisList integration tests Costin Leau 2010-11-11 14:21:03 +02:00
  • 5129f011ac + add minor improvement to jedis wrapper Costin Leau 2010-11-11 14:20:35 +02:00
  • 4ea98bf0db + try to improve the cleanup of pooled Jedis connections Costin Leau 2010-11-11 14:18:44 +02:00
  • edf00839e6 + improve RedisList addAll implementation Costin Leau 2010-11-11 14:17:59 +02:00
  • 6431761451 + improved serialization by using base64 instead of the default encoding + added integration test for more complicated Serializable classes Costin Leau 2010-11-11 09:28:22 +02:00
  • 8a42496b1b + complete collection tests Costin Leau 2010-11-10 20:53:22 +02:00
  • 9ef218729f + add more integration tests for Redis collections Costin Leau 2010-11-10 20:09:05 +02:00
  • 73ced03eae + add equals/hashcode contract to Redis collections Costin Leau 2010-11-10 20:08:54 +02:00
  • fdee35f462 + improved JedisCF dispose contract Costin Leau 2010-11-10 20:08:30 +02:00
  • 28d58ba8bb + properly implement clear for list (unfortunately through 2 commands) Costin Leau 2010-11-10 19:48:48 +02:00
  • 8fad1abc96 + solved serialization problem for jedis + improve integration tests to better cleanup in case of failure Costin Leau 2010-11-10 19:21:42 +02:00
  • 743c5f0e3e + eliminated encoding method from Redis Connection (moving towards a byte[] interface) Costin Leau 2010-11-10 18:50:14 +02:00
  • 3dbbbaad45 + trying to add serializer into place + added more integration tests + added generics for RedisList - still having serialization/deserialization problems Costin Leau 2010-11-10 18:47:44 +02:00
  • 05ef1afffa + bump Spring version to 3.0.5 Costin Leau 2010-11-09 20:57:36 +02:00
  • df47b9df78 + refresh serializer contract + add Spring 3 based serialization Costin Leau 2010-11-09 20:57:21 +02:00
  • 1a34f73c06 + added all the committers in alphabetical order Costin Leau 2010-11-09 19:49:33 +02:00
  • 394a6da59a + update pom settings to produce the docbook artifacts during site-deploy only + update deployment path Costin Leau 2010-11-09 19:39:10 +02:00
  • 1770462ae2 + renamed some methods for consistency and clarity Costin Leau 2010-11-09 19:00:42 +02:00
  • 9c75ae2d94 + finish up String operations + add Jedis and JRedis implementations Costin Leau 2010-11-09 18:54:29 +02:00
  • 2396c84471 + add RedisMap and default impl Costin Leau 2010-11-09 18:19:04 +02:00
  • 567f7161f3 + refactor RedisCollection into RedisStore Costin Leau 2010-11-09 18:18:49 +02:00
  • eaffa54025 + add hsetNX to hash commands + add jedis and jredis impl for hsetNx Costin Leau 2010-11-09 18:18:05 +02:00
  • 0ae7385f45 + add Jredis support for hash commands + minor adjustment to hash commands interface Costin Leau 2010-11-09 17:33:08 +02:00
  • 2b903fe850 + add Jedis support for hash commands Costin Leau 2010-11-09 16:39:30 +02:00
  • 52061da2af + implement RedisSortedSet + move up more methods to Redis abstract collection Costin Leau 2010-11-09 16:12:13 +02:00
  • 6e98ecb1e9 + adjust return type for rename + replace most of the existing UOE with actual work in JRedis connection Costin Leau 2010-11-09 13:27:20 +02:00
  • 03d4a4f770 + add Jredis support for new zset operations (unfortunately just UOE) Costin Leau 2010-11-09 13:16:04 +02:00
  • fcbd57a2c9 + implement new Zset operations in jedis connection Costin Leau 2010-11-09 13:12:22 +02:00
  • a4f0e31c42 + add Tuple default implementation Costin Leau 2010-11-09 13:12:07 +02:00
  • f2f56c72d5 + add withScore operations Costin Leau 2010-11-09 12:59:26 +02:00
  • 1dcdb263e0 + add JRedis implementation for ZSet commands Costin Leau 2010-11-09 11:55:39 +02:00
  • 9fc7e97b3f + initial jedis implementation for zsets Costin Leau 2010-11-09 11:46:45 +02:00
  • ab29480743 + updated Zset commands Costin Leau 2010-11-09 11:46:30 +02:00
  • 346a9ce338 + add Redis ZSet commands Costin Leau 2010-11-09 11:25:08 +02:00
  • f96659dd35 initial draft contract for Redis sorted sets Costin Leau 2010-11-09 11:06:14 +02:00
  • a8f8a83192 + add RedisIterator + implementations for Set and List Costin Leau 2010-11-09 10:50:43 +02:00
  • 16ae948d92 + improve RedisSet contract Costin Leau 2010-11-09 10:50:21 +02:00
  • 962fdcfa08 + overhauled RedisSet Costin Leau 2010-11-09 10:09:17 +02:00
  • 735a8066cf + update RedisList contract Costin Leau 2010-11-08 22:04:58 +02:00
  • 93128066eb + add Jredis support for set operations Costin Leau 2010-11-08 22:04:25 +02:00
  • 2a847020e1 + add set commands and jedis implementation Costin Leau 2010-11-08 21:33:45 +02:00
  • 6ab48d3c7c + add Queue support for the the redis list Costin Leau 2010-11-08 20:19:29 +02:00
  • d86ff3a851 + rewrite the collection support for Redis + add initial draft for List (still need to work the implementation details in terms of efficiency) Costin Leau 2010-11-08 20:04:32 +02:00
  • bfe5ab672e + add list implementations for Jedis and Jredis Costin Leau 2010-11-08 20:03:27 +02:00
  • cab17428c8 + add RedisAtomicLong Costin Leau 2010-11-08 16:19:16 +02:00
  • f165dd6574 polish up RedisAtomicInteger Costin Leau 2010-11-08 16:19:01 +02:00
  • 75341a7bba + add backward compatible constructors Costin Leau 2010-11-08 16:04:52 +02:00
  • 9eb8475c57 + cleanup AtomicInteger impl. Costin Leau 2010-11-08 14:11:28 +02:00
  • baf245b06f + add initial support for RedisAtomicInteger + add more redis commands Costin Leau 2010-11-08 14:06:08 +02:00
  • 49b2ad56c2 + update copyright years Costin Leau 2010-11-05 14:01:25 +02:00
  • 4fc92863c4 + add .gitignore Costin Leau 2010-11-05 13:27:22 +02:00
  • 43ae8fb491 + changed Eclipse settings from JDK to ExecEnvironment + added JDK 1.6 as the target platform Costin Leau 2010-11-05 13:17:31 +02:00
  • 70504721b8 + fixed bundlor manifest Costin Leau 2010-11-05 13:16:14 +02:00
  • ec9814a1ac + moved AbstractIntegration test to proper package + commented out the template test for the time being Costin Leau 2010-11-05 13:16:00 +02:00
  • aac726d816 + fixed some of the integration tests + added basic integration tests for both Jredis and Jedis Costin Leau 2010-11-05 13:06:55 +02:00
  • 80fe08d3fd + moved some packages around + added some command support for JRedis Costin Leau 2010-11-05 13:06:03 +02:00
  • 3aa3ffba94 + commented out some of the collection code until the template becomes more beefy Costin Leau 2010-11-05 12:10:33 +02:00
  • 4d86c9e1b5 + replaced the old RedisTemplate & co with the MyXXX version Costin Leau 2010-11-05 12:09:23 +02:00
  • 34640b6e69 + renamed charset to encoding Costin Leau 2010-11-05 12:08:43 +02:00
  • ef792bac1a - removed some of the old code Costin Leau 2010-11-05 11:59:23 +02:00
  • 414c0a7025 + add jredis package + not fully implemented since there is no MULTI/EXEC support yet Costin Leau 2010-11-05 11:59:08 +02:00
  • 5bbb685760 + remove unused generic on Connection interface Costin Leau 2010-11-05 10:38:18 +02:00
  • b92513de61 + beefed up Redis template + added support for thread/transaction bound support Costin Leau 2010-11-04 18:55:57 +02:00
  • f802e6757e + initial skeleton for RedisTemplate & Co. Costin Leau 2010-11-04 17:27:07 +02:00
  • 27b1bf8af5 + add MULTI awareness to RedisConnection Costin Leau 2010-11-03 19:14:19 +02:00
  • 20dc9566ad + connection implementations mainly finished + aggregated cached vs non-cached jedis strategies + added more exception translations Costin Leau 2010-11-03 18:21:54 +02:00
  • e63ce9115c + introduce the concept of 'Connection' + add dedicated command interfaces Costin Leau 2010-11-02 20:40:08 +02:00
  • bf7a146641 + wire to Spring DAO exception translation Costin Leau 2010-11-02 20:39:15 +02:00
  • cde9798aab + updated copyright header Costin Leau 2010-11-02 18:15:15 +02:00
  • 0ab38eab28 DATA-KV6 + add riak module Costin Leau 2010-11-02 17:47:09 +02:00
  • 283d4c98fa trying to reduce duplication between the different poms Costin Leau 2010-11-02 17:45:55 +02:00
  • c6b8570b5d Merge branch 'master' of git.springsource.org:spring-data/datastore-keyvalue Costin Leau 2010-11-02 17:44:28 +02:00
  • 0d35f700f2 DATAKV-6 - Create module for Riak Mark Pollack 2010-11-02 11:28:54 -04:00
  • 28ec06538b + fix nightly build deployment Costin Leau 2010-11-02 17:02:44 +02:00
  • 5651ac575a + downgraded AWS wagon to 2.0.0 Costin Leau 2010-11-02 15:56:25 +02:00
  • 60add9d504 DATAKV-4 + use JRedis snapshot from own temporary repo Costin Leau 2010-11-02 15:43:39 +02:00
  • 0fc7b1f5a7 Partial work for DATAKV-4 - Use maven repository for JRedis Mark Pollack 2010-11-01 14:20:23 -04:00
  • bf98d1974c Partial work for DATAKV-4 - Use maven repository for JRedis Mark Pollack 2010-11-01 13:49:09 -04:00
  • c00795f5be DATAKV-3 - Update to use Jedis 1.3.0 Mark Pollack 2010-11-01 13:21:17 -04:00
  • bb6f5e269f Add intersection for Set operations Mark Pollack 2010-10-25 16:09:23 -04:00
  • 477093824f update to commons serializer M1 Mark Pollack 2010-10-07 17:24:31 -04:00
  • b1387fadac migrating old spring-keyvalue-redis repository Mark Pollack 2010-10-07 16:54:43 -04:00
  • c58fcc2244 cleanup Thomas Risberg 2010-10-07 14:30:04 -04:00
  • 52314a8951 cleanup Thomas Risberg 2010-10-07 14:28:12 -04:00
  • ad00959b43 cleaned up some cut-and-paste remnants Thomas Risberg 2010-10-07 12:12:55 -04:00
  • 414a38fb04 cleaned up template.mf Thomas Risberg 2010-10-07 11:20:48 -04:00
  • aa7f6d1032 Switched to use new project layout; updated build Thomas Risberg 2010-10-07 09:58:06 -04:00
  • 24189621b0 fixed spring dependencies trisberg 2010-07-27 10:18:25 -04:00
  • 23e31f3a88 starting Redis common abstractions trisberg 2010-07-21 14:48:12 -04:00