Commit Graph

  • 35cb6fc5e1 + update some references Costin Leau 2011-07-05 19:31:47 +03:00
  • 3217289401 + renamed org.springframework.data.keyvalue.redis to o.s.d.redis + eliminated Riak package + eliminate Core package Costin Leau 2011-07-05 19:18:31 +03:00
  • f242a95620 Merge branch 'gradle-build-ng' of github.com:SpringSource/spring-data-keyvalue into initial_merge Costin Leau 2011-07-04 22:14:39 +03:00
  • 690923b3c9 DATAKV-75 + fixed item replacement (note that ReplaceTask only accepts chars not strings and the GroovyStringTemplate seems to be fragile so the ${} got replaced with @@) Costin Leau 2011-07-04 21:05:08 +03:00
  • 953faa11db DATAKV-75 + several improvements to the Gradle build Costin Leau 2011-07-04 18:14:32 +03:00
  • 6e023f5df0 + upgrade gradle files Costin Leau 2011-07-01 19:32:02 +03:00
  • 3f2d0b4bc5 + add package exclude Costin Leau 2011-07-01 18:46:52 +03:00
  • 2bc336929b Merge branch 'master' into gradle-build-ng Costin Leau 2011-07-01 15:34:01 +03:00
  • 379a9da5be + readme file Costin Leau 2011-07-01 15:28:39 +03:00
  • 9aa7ad3ebc Merge branch 'jedis-20' DATAKV-74 + upgraded to jedis 2.0 Costin Leau 2011-07-01 15:15:49 +03:00
  • 7c0295aacc DATAKV-74 Costin Leau 2011-07-01 15:09:26 +03:00
  • 96d7902c69 DATAKV-72 + add missing rangeWithScores and reverserRangeWithScores ops for ZSets Costin Leau 2011-06-24 15:01:08 +03:00
  • 2d96291409 fixed incorrect left/rightPop in RedisTemplate Costin Leau 2011-06-22 20:58:18 +03:00
  • 8c3eb982ea + wrap up integration (pubsub tests are failing though) Costin Leau 2011-06-22 20:50:50 +03:00
  • 34390fe9ca + upgrade to Jedis 2.0.0 (first attempt) Costin Leau 2011-06-22 19:56:39 +03:00
  • 107badf522 fix some init errors from last commit Costin Leau 2011-05-02 16:36:40 +03:00
  • 35dc5f198a - remove ConnectionFactory constructor since its use was misinterpreted pretty much all the time (users assumed no initialization took place when it was quite the opposite). + constructor remained in place for StringRedisTemplate Costin Leau 2011-04-28 19:05:18 +03:00
  • 3c0bccf1d4 DATAKV-67 + removed ability to pass in custom template since that's not the case (as the backing format is predefined and custom serialization is not an option) Costin Leau 2011-04-28 19:03:15 +03:00
  • cb8fc22c45 + add dedicated section on configurating RJC Costin Leau 2011-04-28 18:04:45 +03:00
  • ce59e74b72 DATAKV-68 + add pattern vs channel example inside docs Costin Leau 2011-04-28 17:56:56 +03:00
  • 623f1a0c97 update .gitignore Costin Leau 2011-04-28 17:44:31 +03:00
  • e55f1a745b DATAKV-68 + merge channel and pattern into topic in the listener namespace Costin Leau 2011-04-22 17:49:29 +03:00
  • f4feb8b993 + add bug fix to key rename Costin Leau 2011-04-21 21:49:49 +03:00
  • e210c8c0c1 + update manifest Costin Leau 2011-04-22 18:12:49 +03:00
  • 050e461a8e DATAKV-68 + merge channel and pattern into topic in the listener namespace Costin Leau 2011-04-22 17:49:29 +03:00
  • 718d60484c + add bug fix to key rename Costin Leau 2011-04-21 21:49:49 +03:00
  • 53f418936b + update gradle files to make the build work Costin Leau 2011-04-21 21:49:26 +03:00
  • 9474504774 Merge branch 'master' into gradle-build-ng Costin Leau 2011-04-21 21:05:04 +03:00
  • de3b71bf34 + update tasks with deployed plugins Costin Leau 2011-04-21 20:44:47 +03:00
  • bc548fcb34 + fixed the upload task Costin Leau 2011-04-21 18:52:47 +03:00
  • 6c0fa8ab75 + fixed archive creation Costin Leau 2011-04-21 15:52:17 +03:00
  • 627dd20e9e + another gradle update + fixed the dist/maven problem Costin Leau 2011-04-21 15:17:26 +03:00
  • ae2b02b5e6 + breakdown the scripts Costin Leau 2011-04-21 14:51:20 +03:00
  • 9b1f5464ba DATAKV-66 + add getter for database index on ConnectionFactories + update javadoc Costin Leau 2011-04-19 19:56:10 +03:00
  • ffb61645de DATAKV-58 + add FactoryBean for creating collections on top of Redis keys + add dedicated namespace + code + integration tests Costin Leau 2011-04-15 20:44:58 +03:00
  • 30d82a3ae8 DATAKV-58 Costin Leau 2011-04-15 17:51:56 +03:00
  • 62a43d746c DATAKV-58 + add Properties implementation for Redis Costin Leau 2011-04-15 15:58:16 +03:00
  • 825a58c0ae make Spring OXM optional Costin Leau 2011-04-14 20:27:56 +03:00
  • aebcb56c3c DATAKV-63 + reset the selected db when the connection is closed Costin Leau 2011-04-14 19:53:55 +03:00
  • 1f1db82ffb DATAKV-62 + fixed incorrect method invocation Costin Leau 2011-04-14 19:38:55 +03:00
  • af2265c813 + fix problem causing atomic counters to reinitialize Redis values (even if no value was given) Costin Leau 2011-04-14 15:49:46 +03:00
  • d6d87a27e1 Revert "removed @Override annotations that cause problems in JDK 5 on interface methods" Costin Leau 2011-04-10 11:14:32 +03:00
  • 41c5f7e0bc removed @Override annotations that cause problems in JDK 5 on interface methods Burt Beckwith 2011-04-07 22:08:54 -04:00
  • 98b66ec6ae + bump up version Costin Leau 2011-04-07 08:47:37 +03:00
  • 87d7401ae8 + update changelog Costin Leau 2011-04-06 17:04:16 +03:00
  • 63f3f27cae + prepare 1.0.0.M3 release + add missing javadocs + update some copyrights/dates Costin Leau 2011-04-06 16:49:57 +03:00
  • da64919b68 Revert "Revert "+ upgrade to Rjc 0.6.4 (snapshot for now)"" This reverts commit 6cf1a58606. Costin Leau 2011-04-06 09:16:24 +03:00
  • 6cf1a58606 Revert "+ upgrade to Rjc 0.6.4 (snapshot for now)" Costin Leau 2011-04-05 21:51:13 +03:00
  • f98805a6ce + add RJC to the docs Costin Leau 2011-04-05 20:44:24 +03:00
  • a15ddf0fad DATAKV-56 DATAKV-59 Costin Leau 2011-04-05 20:44:13 +03:00
  • 9d69195799 + remove pipeline support for now since none of the drivers support it properly Costin Leau 2011-04-05 20:33:18 +03:00
  • 6e76662f90 + update changelog for upcoming M3 Costin Leau 2011-04-05 20:29:46 +03:00
  • fe7057efb1 + update readme Costin Leau 2011-04-05 20:13:59 +03:00
  • 0284e8e97f fix minor typos Costin Leau 2011-04-05 20:12:04 +03:00
  • db0522429a + upgrade to Rjc 0.6.4 (snapshot for now) Costin Leau 2011-03-31 10:13:42 +03:00
  • 14a1d64b39 + upgrade to latest RJC (0.6.3) + still left with some issues regarding the pubsub support Costin Leau 2011-03-30 20:05:52 +03:00
  • e118bbf98a DATAKV-44 DATAKV-45 DATAKV-52 + remove move and removeIfAbsent methods, as their semantics are too 'slippery' in some situations Costin Leau 2011-03-18 19:24:25 +02:00
  • e9d582b15c DATAKV-44 + add missing key operations Costin Leau 2011-03-18 19:08:43 +02:00
  • b62abeec50 + add select() to RedisOperations Costin Leau 2011-03-17 20:33:24 +02:00
  • 29f58db6be + add move operation to RedisTemplate Costin Leau 2011-03-17 19:46:03 +02:00
  • 5f2875fda6 + add move command + extract RedisKeyCommands and RedisConnectionCommands interfaces to map RedisConnection to the Redis docs Costin Leau 2011-03-17 19:40:29 +02:00
  • 2f7bd89c97 DATAKV-37 + fix builder methods on DefaultSortParam Costin Leau 2011-03-17 18:26:00 +02:00
  • 188a90e498 DATAKV-49 DATAKV-46 + finish up the pubsub improvements and fixed last remaining bugs + added blocking behaviour to RJC pubsub Costin Leau 2011-03-17 18:18:54 +02:00
  • 202686a075 DATAKV-49 DATAKV-46 + improved pubsub connection support + RJC integration still needs some work Costin Leau 2011-03-17 14:47:20 +02:00
  • 52fe4cd827 DATAKV-49 + add more integration tests Costin Leau 2011-03-17 13:57:40 +02:00
  • e49318001f + rename the exceptions to be more consistent Costin Leau 2011-03-17 13:56:53 +02:00
  • 96bd74cb22 DATAKV-48 + eliminate some of the Jackson unchecked warnings Costin Leau 2011-03-17 09:46:16 +02:00
  • 3757419ae1 DATAKV-46 + fix some other minor bugs (pubsub support still doesn't work for RJC) Costin Leau 2011-03-16 16:30:37 +02:00
  • 8c55c2e014 DATAKV-46 + integrate RJC into integration tests Costin Leau 2011-03-16 15:41:29 +02:00
  • 3b736216c0 + update setRange signature Costin Leau 2011-03-16 15:26:02 +02:00
  • c61144b425 DATAKV-46 Costin Leau 2011-03-16 15:24:51 +02:00
  • 6350292059 DATAKV-46 + first round of bug fixes for SJC + added integration tests + update OSGi template + update get/set method signatures in the process Costin Leau 2011-03-16 15:14:41 +02:00
  • f6c223fe1e DATAKV-46 + wrap up RJC connector with pub sub support Costin Leau 2011-03-16 14:48:49 +02:00
  • dfd6ae3087 DATAKV-46 + almost done with the Rjc connection + arranged base64 a bit + fixed some jredis/jedis bug in the process + updated some of the RedisConnection methods Costin Leau 2011-03-16 13:13:27 +02:00
  • c385bc4d7c DATAKV-46 + add initial Rjc connection/connection factory support Costin Leau 2011-03-16 09:49:07 +02:00
  • a1a562c786 update value get/set operations Costin Leau 2011-03-16 14:49:09 +02:00
  • 79631fb6ec DATAKV-46 + wrap up RJC connector with pub sub support Costin Leau 2011-03-16 14:48:49 +02:00
  • 897122263a DATAKV-44 + almost done with the Rjc connection + arranged base64 a bit + fixed some jredis/jedis bug in the process + updated some of the RedisConnection methods Costin Leau 2011-03-16 13:13:27 +02:00
  • 850560f223 DATAKV-46 + add initial Rjc connection/connection factory support Costin Leau 2011-03-16 09:49:07 +02:00
  • cd0dcf9b13 + extracted cas rename logic into utility class Costin Leau 2011-03-15 23:53:26 +02:00
  • 3d4d30e216 + add atomic key/check/rename to abstract redis collection (sort of messy) Costin Leau 2011-03-15 23:43:02 +02:00
  • 0523430a45 + change exec return type to List<Object> Costin Leau 2011-03-15 23:42:31 +02:00
  • bb236634f0 + update return signature for jedis exec Costin Leau 2011-03-15 22:11:57 +02:00
  • 689af37119 DATAKV-44 + integration tests for the new BoundKeyOperations interface Costin Leau 2011-03-15 21:53:48 +02:00
  • 31533a9dc2 DATAKV-44 + update persist signature Costin Leau 2011-03-15 21:38:40 +02:00
  • 3331c8744c + update persist signature to return boolean instead of void Costin Leau 2011-03-15 21:36:45 +02:00
  • c2c6cd8791 + improve connection cleanup in some tests Costin Leau 2011-03-15 20:29:59 +02:00
  • e4a805eb1c DATAKV-44 + renamed KeyBound to BoundKeyOperations (to be consistent with the other interfaces) + enhanced the number of methods available on BoundKeyOperations Costin Leau 2011-03-15 20:01:23 +02:00
  • a1bdf1b063 DATAKV-43 + introduce support for RW pipelined callbacks (in addition to the WO support) Costin Leau 2011-03-15 18:00:36 +02:00
  • 99ca110696 + arranged internal code better with respect to serialization util methods + fix annoying connection leakage in old integration test Costin Leau 2011-03-15 15:00:02 +02:00
  • e68430101d DATAKV-34 + improve handling of collections during pipeline/multi operations Costin Leau 2011-03-15 13:04:13 +02:00
  • 503f949337 DATAKV-34 + improve serialization/deserialization contract of null values + null values are properly preserved on return + disabled some JRedis tests as nulls seem to affect the underlying connection Costin Leau 2011-03-15 12:40:16 +02:00
  • 8bb5f42492 DATAKV-42 + ValueOperation.multiGet returns a list (instead of collection) Costin Leau 2011-03-14 23:07:04 +02:00
  • 94e450991b DATAKV-41 + allow indexes higher then 16 Costin Leau 2011-03-14 23:02:15 +02:00
  • f3dfe2e2bb DATAKV-38 + fix potential NPE on init Costin Leau 2011-03-14 18:28:42 +02:00
  • 03da0c150b + remove unused internal class Costin Leau 2011-03-14 16:38:13 +02:00
  • 1145f6f069 update poms Costin Leau 2011-03-14 14:37:10 +02:00
  • 5f1c94c7dc DATAKV-38 + update RedisAtomicXXX classes with better init logic and javadocs Costin Leau 2011-03-14 14:32:05 +02:00
  • 3f77af1df3 + refactored RedisTemplate by breaking it into multiple classes Costin Leau 2011-03-14 14:31:31 +02:00
  • aef3cdece0 + fix return signature for closePipeline method Costin Leau 2011-03-14 12:37:31 +02:00