Commit Graph

  • 27ecd656bc Upgrade to Gradle 1.6 Jennifer Hickey 2013-07-11 11:46:28 -07:00
  • 0729055381 Fix conns wrapping UnsupportedOperationException in RedisSystemException Jennifer Hickey 2013-07-03 17:11:02 -07:00
  • d3809ea05c Upgrade to Gradle 1.6 Jennifer Hickey 2013-07-03 10:53:28 -07:00
  • 15b8be6bd0 Next development iteration Jennifer Hickey 2013-07-02 09:46:11 -07:00
  • 5c402ce893 [artifactory-release] Release version 1.1.0.M1 Spring Buildmaster 2013-07-02 08:27:26 -07:00
  • 687f5f0d2c Lazily instantiate Lettuce dedicated connections Jennifer Hickey 2013-07-01 17:28:00 -07:00
  • a19b2d1f89 Merge tag 'v1.0.5.RELEASE' into 1.0.x Jennifer Hickey 2013-07-01 13:40:47 -07:00
  • cf2db5506a [artifactory-release] Next development version Spring Buildmaster 2013-07-01 13:11:02 -07:00
  • 4637f80466 [artifactory-release] Release version 1.0.5.RELEASE Spring Buildmaster 2013-07-01 13:10:55 -07:00
  • a0026ebc90 Update documentation for 1.1.0.M1 release Jennifer Hickey 2013-07-01 12:51:39 -07:00
  • f4ba74e400 Add Javadoc HotFix Gradle plugin Jennifer Hickey 2013-07-01 12:36:33 -07:00
  • 4091685dd3 Update release notes for 1.0.5.RELEASE Jennifer Hickey 2013-07-01 12:06:12 -07:00
  • dd25771615 Add Javadoc HotFix Gradle Plugin Jennifer Hickey 2013-07-01 12:05:01 -07:00
  • ba8ab92b0f Support srandmember with negative count Jennifer Hickey 2013-07-01 11:33:02 -07:00
  • 62d2fe26cb Upgrade to SRP 0.7 Jennifer Hickey 2013-06-30 15:01:20 -07:00
  • d62367560f Upgrade to SRP 0.7 Jennifer Hickey 2013-06-30 14:39:58 -07:00
  • d07967a183 Upgrade to Lettuce 2.3.3 Jennifer Hickey 2013-06-30 13:00:42 -07:00
  • 98c7cf6d7e Upgrade to Lettuce 2.3.3 Jennifer Hickey 2013-06-30 12:40:35 -07:00
  • 7b75924c40 Add authentication to Lettuce conn factory and pool Jennifer Hickey 2013-06-28 16:50:14 -07:00
  • 29b68e2808 Remove passing both connection info and pool to LettuceConnFactory Jennifer Hickey 2013-06-28 15:14:09 -07:00
  • 83a507bf1d Add Redis 2.6 info(section) method to Connections Jennifer Hickey 2013-06-24 18:15:39 -07:00
  • e9d1901298 Change mSetNX/multiSetIfAbsent return type to Boolean Jennifer Hickey 2013-06-24 17:31:47 -07:00
  • 7173be2c28 Add Redis 2.6 srandmember with count to SetOperations Jennifer Hickey 2013-06-24 16:39:45 -07:00
  • c1337d5067 Add Redis 2.6 srandmember with count to Connections Jennifer Hickey 2013-06-24 16:15:07 -07:00
  • cc9b0821a0 Add wrapper for GenericObjectPool.Config for Spring Jennifer Hickey 2013-06-24 13:50:52 -07:00
  • b79f7b8df0 Allow Lettuce connection pool for dedicated conns Jennifer Hickey 2013-06-24 10:27:01 -07:00
  • 88910d9324 Add Lettuce connection pool for non-shared conns Jennifer Hickey 2013-06-23 19:21:41 -07:00
  • bae8a579d5 Factor JredisPool to a common Pool interface Jennifer Hickey 2013-06-23 16:39:30 -07:00
  • 83b87b663e Add scripting documentation Jennifer Hickey 2013-06-21 18:52:02 -07:00
  • 2c9ba9a5ed Add Redis 2.6 scripting commands to Connections Jennifer Hickey 2013-06-19 18:50:51 -07:00
  • 844782384d Fix decimal precision error in RedisMapTests Jennifer Hickey 2013-06-17 17:42:20 -07:00
  • cc851c674e Add Redis 2.6 incrbyfloat to ValueOperations Jennifer Hickey 2013-06-17 17:09:36 -07:00
  • 128360d43c Add Redis 2.6 hincrbyfloat to RedisMap and HashOperations Jennifer Hickey 2013-06-17 16:26:10 -07:00
  • ced5a755e9 Add Redis 2.6 incrBy/hincrBy float ops to Connections Jennifer Hickey 2013-06-17 15:06:55 -07:00
  • 45627760aa Add Redis 2.6 bitop and bitcount commands to Connections Jennifer Hickey 2013-06-17 13:39:47 -07:00
  • 47cf07b09f Only return JRedis conns to pool on conn Exceptions Jennifer Hickey 2013-06-16 13:36:09 -07:00
  • 9c49db2949 Add Redis 2.6 dump and restore commands to RedisTemplate Jennifer Hickey 2013-06-16 13:23:15 -07:00
  • ff60d0d290 Add Redis 2.6 dump and restore commands to Connections Jennifer Hickey 2013-06-16 13:20:52 -07:00
  • 5817e24b9e Return null from SRP exec if watched value modified Jennifer Hickey 2013-06-13 22:20:23 -07:00
  • cc21f02f49 Return null from SRP exec if watched value modified Jennifer Hickey 2013-06-13 22:20:23 -07:00
  • 37e79bafd5 Upgrade to SRP 0.6 Jennifer Hickey 2013-06-13 14:48:22 -07:00
  • 9250063acf Upgrade to SRP 0.6 Jennifer Hickey 2013-06-13 14:48:22 -07:00
  • 1f87bc24d5 Add framework for running tests based on Redis version Jennifer Hickey 2013-06-12 17:29:41 -07:00
  • d3809213c8 Utilize new SrpUtils asBoolean method Jennifer Hickey 2013-06-12 17:17:39 -07:00
  • a4f3d7db44 Add Redis 2.6 millisecond expiration commands Jennifer Hickey 2013-06-12 14:03:00 -07:00
  • 80ac1af812 Refactor connection tests with waitFor method Jennifer Hickey 2013-06-12 12:26:53 -07:00
  • cc33219d5a Make Jedis dependency optional Jennifer Hickey 2013-06-11 18:14:46 -07:00
  • 265d4cd18f Add default implementation of JredisPool Jennifer Hickey 2013-06-11 17:39:13 -07:00
  • 280e6a6ccc Upgrade to JRedis master Jennifer Hickey 2013-06-11 15:39:42 -07:00
  • dffa1de6d1 Remove RJC driver due to lack of Redis 2.6 support Jennifer Hickey 2013-06-05 15:12:22 -07:00
  • 66139f9fae Wrap native Exceptions in LettuceConnectionFactory Jennifer Hickey 2013-06-04 11:54:21 -07:00
  • 931f0ff44c Update version to 1.1.0.BUILD-SNAPSHOT Jennifer Hickey 2013-06-03 12:14:36 -07:00
  • e110572214 Merge pull request #10 from gregturn/DATAREDIS-190 jencompgeek 2013-06-03 12:08:46 -07:00
  • 49dc960ab2 Add alternate constructor to MessageListenerAdapter Greg Turnquist 2013-05-31 11:16:31 -04:00
  • 7c8dafce67 Redis timeouts should not be converted to 0 Jennifer Hickey 2013-05-30 11:05:03 -07:00
  • db7b07788f Fix Lettuce compareAndSet Jennifer Hickey 2013-05-26 15:02:54 -07:00
  • 92a4345716 Upgrade Lettuce to 2.3.2 Jennifer Hickey 2013-05-24 13:30:09 -07:00
  • e27c89d376 [artifactory-release] Next development version Spring Buildmaster 2013-04-23 13:53:55 -07:00
  • 3442463c05 Update changelog Jennifer Hickey 2013-04-18 12:41:31 -07:00
  • 5dfb8c447f Add documentation on Redis transactions Jennifer Hickey 2013-04-18 12:13:11 -07:00
  • 39b83cea88 Fix NPE in Lettuce sort Jennifer Hickey 2013-04-17 17:37:39 -07:00
  • 0c9e8f5054 Fix corrupt subscription connections return to pool with Redis 2.6 Jennifer Hickey 2013-04-17 10:03:09 -07:00
  • c7555dddff Avoid NPE on LettuceConnectionFactory destroy Jennifer Hickey 2013-04-16 20:14:49 -07:00
  • a41c433c97 Move common test functionality to helper classes Jennifer Hickey 2013-04-16 09:47:18 -07:00
  • 7c96b80e54 Make LettuceConnectionFactory thread-safe Jennifer Hickey 2013-04-15 14:27:28 -07:00
  • 3d4b3cfd32 Fix tests for Redis 2.6 Jennifer Hickey 2013-04-12 20:15:35 -07:00
  • d565786fef Fix SubscriptionConnectionTests timing issues Jennifer Hickey 2013-04-12 20:14:51 -07:00
  • 7d485d6463 Upgrade to SRP 0.5 Jennifer Hickey 2013-04-09 16:39:17 -07:00
  • aaa28495be Fix SRP exec not returning results of commands executed in the tx Jennifer Hickey 2013-04-04 20:46:08 -07:00
  • 7813a13f7a Add option to disable Lettuce connection sharing Jennifer Hickey 2013-04-10 17:34:29 -07:00
  • 0a702bf4af Share native connection between LettuceConnections to minimize socket usage Jennifer Hickey 2013-03-20 14:04:45 -07:00
  • f4f9f06356 Fix SRP zRevRangeByScore incorrect parameter ordering Jennifer Hickey 2013-04-09 17:29:53 -07:00
  • f6c44dba78 Fix Lettuce and RJC zRevRangeByScore incorrect parameter ordering Jennifer Hickey 2013-04-09 17:07:51 -07:00
  • a01db2b732 Add back synchronization to avoid corrupted subscription input/output streams Jennifer Hickey 2013-04-04 23:29:42 -07:00
  • 8fbabb7eae Add connection pool timeout to test Jennifer Hickey 2013-04-04 20:56:23 -07:00
  • 6f1739a681 Fix SubscriptionTask leaving open connections Jennifer Hickey 2013-04-03 16:07:57 -07:00
  • 2291edae67 Fix messages not received if listening on channel and pattern Jennifer Hickey 2013-04-04 11:26:12 -07:00
  • 78ad1a7cd4 Fix NPEs and incorrect results in several ops within a Lettuce transaction Jennifer Hickey 2013-04-02 16:53:46 -07:00
  • 5bd03c0aa5 Ignore irrelevant tests of blocking ops in transactions Jennifer Hickey 2013-04-02 16:24:06 -07:00
  • d34cf27996 Fix Jedis and RJC continuing to use pipeline after closed Jennifer Hickey 2013-04-02 15:49:56 -07:00
  • c5c3a81f42 Fix Jedis brPop executes twice in a transaction Jennifer Hickey 2013-04-01 16:45:40 -07:00
  • 4e13ac5b86 Fix Jedis persist does not execute as part of a transaction Jennifer Hickey 2013-04-01 16:44:51 -07:00
  • 634e8ccd72 Add tests for Jedis ops in transactions Jennifer Hickey 2013-04-01 16:11:38 -07:00
  • 8ec6b79e09 Fix JedisConnection execute does not return correct results Jennifer Hickey 2013-04-01 16:08:38 -07:00
  • 63a79a4ebb Fix SRP zCount/zInterStore methods executing synchronously when pipelining Jennifer Hickey 2013-04-01 10:32:12 -07:00
  • 90affe90cb Fix RJC ping executing synchronously while in pipeline Jennifer Hickey 2013-04-01 10:28:10 -07:00
  • a421238403 Fix RJC zRevRangeWithScores returns incorrect results Jennifer Hickey 2013-04-01 10:27:39 -07:00
  • 97ebd34b2d Fix Lettuce zCount/zInterStore ops executing synchronously while in pipeline Jennifer Hickey 2013-04-01 10:22:33 -07:00
  • a40555ed19 Fix Lettuce exec to return null when pipelining Jennifer Hickey 2013-04-01 10:09:02 -07:00
  • b3a0deebf8 Fix Jedis dbSize and flush ops executing synchronously while in pipeline or tx Jennifer Hickey 2013-04-01 10:07:32 -07:00
  • fb25e79380 Fix NPE when deserializing a null Map Jennifer Hickey 2013-04-01 09:53:08 -07:00
  • 323f8097a7 Only run SRP getRange tests if Redis version >= 2.4 Jennifer Hickey 2013-03-31 11:09:25 -07:00
  • 14087cbdc4 Fix SRP continuing to use pipeline after closed Jennifer Hickey 2013-03-31 11:06:26 -07:00
  • 65535d08ec Rename test context file for case-sensitivity Jennifer Hickey 2013-03-31 11:04:13 -07:00
  • b968b85ff4 Enable long-running tests via system property Jennifer Hickey 2013-03-31 10:02:21 -07:00
  • a1fb8aad69 Add connection integration tests Jennifer Hickey 2013-03-28 18:27:47 -07:00
  • b518fa16bf Modify connection tests to reuse connection factories Jennifer Hickey 2013-03-19 17:09:20 -07:00
  • ae3869f0ec Add RedisProperties Lettuce tests Jennifer Hickey 2013-03-19 09:40:31 -07:00
  • 22e1c9da9b Fix JedisConnection transaction discard Jennifer Hickey 2013-03-21 18:16:57 -07:00
  • 57edca0785 Fix Jredis sort to store results under new key Jennifer Hickey 2013-03-21 17:53:37 -07:00