Commit Graph

23 Commits

Author SHA1 Message Date
Christoph Strobl
83cd7a5060 DATAREDIS-355 - Upgrade to jedis 2.6.1.
See https://github.com/xetorthio/jedis/releases/tag/jedis-2.6.1 for details on the release.
2014-11-19 09:37:41 +01:00
Christoph Strobl
ba1d22847d DATAREDIS-350 - Upgrade to Jedis 2.6.0.
Original pull request: #105.
2014-09-29 16:51:52 +02:00
Christoph Strobl
c92829f0e2 DATAREDIS-335 - Upgrade to jedis 2.5.2.
Original pull request: #93.
2014-08-11 09:48:40 +02:00
Christoph Strobl
3f2fbd396c DATAREDIS-321 - Adapt to Spring 4 upgrade.
Set minimum version dependency to 4.0.6.RELEASE.
2014-07-10 10:48:19 +02:00
Christoph Strobl
937ccdc428 DATAREDIS-303 - Upgrade to Spring 3.2.9.
Move baseline to Spring 3.2.9.
2014-05-20 15:00:50 +02:00
Christoph Strobl
bc1bbd1d39 DATAREDIS-73 - Add support for spring managed transactions.
RedisTemplate now supports enabling of transaction support, which is disabled by default.

In case of enabled transaction support the RedisConnections will be bound to the current thread during ongoing outer transactions. We call MULTI at the beginning and depending on transaction state EXEC or DISCARD at its end.

To support read operations during the transaction we wrap a proxy around the bound connection piping read operations to a new (non thread bound) connection obtained by the underlying RedisConnectionFactory.

Transaction support is available for jedis, lettuce and srp, while had to be skipped for jredis due to the lack of support for MULTI.

Original pull request: #64.
2014-04-25 13:53:36 +02:00
Christoph Strobl
408b52a449 DATAREDIS-261 - Upgrade to commons-pool2.
'JRedisPool' and 'DefaultLettucePool' have been migrated to 'commons-pool2'.

'PoolConfig' has been deprecated, and will be removed in '1.4', as all required operations are available via 'GenericObjectPoolConfig'.

Along the way a minor bug within 'LettuceConnection' has been resolved, which prevented 'RedisAsyncConnections' from being properly closed/returned to pool.

Original Pull Request: #50
2014-03-20 13:07:05 +01:00
Christoph Strobl
c2f2febb81 DATAREDIS-259 - Upgrade Spring Framework to latest 3.2.x.
Upgraded to Spring 3.2.8.RELEASE.

Original pull request: #39
2014-02-19 10:08:56 +01:00
Christoph Strobl
3a49fd14e5 DATAREDIS-266 - Update Documentation.
Updated links in javadoc. Added API javadoc with references to the redis commands. Updated reference manual. Updated Readme and contributing guide.
Updated (SCM and developer information in) gradle build and template.mf bundle manifest.

Original pull request: #38
2014-02-18 10:35:30 +01:00
Thomas Darimont
9a416fbcf7 DATAREDIS-259 - Upgrade to Spring 3.2.7.RELEASE.
Original pull request: #32
2014-02-06 18:33:58 +01:00
Christoph Strobl
5466a70034 DATAREDIS-260 - Upgrade to jedis 2.3.1.
Jedis upgraded from commons-pool to commons-pool2. Required changes have been introduced. Currently there are both commons-pool and commons-pool2 in class-path which is no problem as those dependencies are optional.

Original pull request: #31
2014-02-06 18:26:05 +01:00
Thomas Darimont
c6d2d7f9c9 DATAREDIS-241 - Add a Jackson2 based RedisSerializer.
Introduced Jackson2JsonRedisSerializer and added optional dependency for Jackson2 core/databind (fasterxml) library.
Added additional parameterised test cases. Needed to increase the max active connections limit for the connection pools used in RedisMapTests.
2014-01-17 12:04:05 +01:00
Thomas Darimont
47ef20fec5 DATAREDIS-250 - Upgrade to latest Spring Framework 3.2.x release.
Updated dependencies for slf4j, junit and mockito to match the Spring Framework dependencies.
2014-01-15 12:43:19 +01:00
Jennifer Hickey
7d387ab529 Add RedisTemplate methods for executing Redis scripts
DATAREDIS-199
2013-08-04 16:43:00 -07:00
Jennifer Hickey
265d4cd18f Add default implementation of JredisPool
- Add DefaultJredisPool to pool JRedis connections

- Prevent returning the same resource to the pool
multiple times on JredisConnection close

- Fixes DATAREDIS-154 previous JRedis pool left
broken connections in the pool
2013-06-11 18:02:07 -07:00
Costin Leau
b656c9318d update OSGi manifest to include Lettuce & deps 2013-02-07 21:26:55 +02:00
Costin Leau
7e5561bfb5 re-add bundlor plugin 2012-06-26 20:54:57 +03:00
Costin Leau
e7d7519ae8 project cleanup 2012-06-21 20:51:11 +03:00
Costin Leau
3f6227bbfa build against SRP 0.2 version - all tests pass 2012-04-04 09:25:58 +03:00
Costin Leau
711bc14361 DATAREDIS-80
+ make some OSGi imports optional
+ upgrade to Jackson 1.8.6
2011-12-06 12:19:35 +02:00
Costin Leau
24f789035c + add org.springframework.cache package
+ disable pooling as it seems to cause problems with some tests (seems to be caused by commons pool)
2011-07-18 17:43:14 +03:00
Costin Leau
35cb6fc5e1 + update some references 2011-07-05 19:31:47 +03:00
Costin Leau
3217289401 + renamed org.springframework.data.keyvalue.redis to o.s.d.redis
+ eliminated Riak package
+ eliminate Core package
2011-07-05 19:18:31 +03:00