Commit Graph

58 Commits

Author SHA1 Message Date
Jennifer Hickey
a1276ab455 Update changelog for version 1.1.0.M2 2013-08-05 16:52:40 -07:00
Jennifer Hickey
4630de10d1 Update scripting doc 2013-08-05 16:07:14 -07:00
Jennifer Hickey
113c215554 Update doc on usage of StringRedisConn in RedisCallbacks 2013-08-05 14:07:29 -07:00
Jennifer Hickey
5e98b25fdd Update doc on usage of RedisTemplate without serializers 2013-08-05 14:06:49 -07:00
Jennifer Hickey
5d12e20c6d Update pipeline and tx documentation 2013-08-05 13:53:52 -07:00
Jennifer Hickey
e1d2a7952a Add doc on minimally supported Redis version 2.4 2013-08-01 18:44:16 -07:00
Jennifer Hickey
f90e373877 Fix incorrect doc on injection of opsForXXX 2013-07-25 09:50:42 -07:00
Jennifer Hickey
a0026ebc90 Update documentation for 1.1.0.M1 release 2013-07-01 12:51:39 -07:00
Jennifer Hickey
83b87b663e Add scripting documentation 2013-06-21 18:52:02 -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
Jennifer Hickey
280e6a6ccc Upgrade to JRedis master
DATAREDIS-54, DATAREDIS-174, DATAREDIS-129

- Switch to original JRedis for 2.6 support

- Remove base64 encoding as new JRedis supports binary
keys

- Add JredisPool interface to replace removed
JRedisService and pool implementation

- Temporarily switch integration tests to use
non-pooled connections

- Throw more specific Exception on JRedis connection
failures
2013-06-11 17:56:25 -07:00
Jennifer Hickey
dffa1de6d1 Remove RJC driver due to lack of Redis 2.6 support
DATAREDIS-185
2013-06-11 15:25:01 -07:00
Jennifer Hickey
3442463c05 Update changelog 2013-04-18 12:41:55 -07:00
Jennifer Hickey
5dfb8c447f Add documentation on Redis transactions
DATAREDIS-125
2013-04-18 12:13:11 -07:00
Costin Leau
17a71ae510 update changelog 2013-02-13 17:36:29 +02:00
Costin Leau
048ff06291 update changelog 2013-02-08 18:08:19 +02:00
Costin Leau
9bd8710319 update changelog 2013-02-08 17:22:09 +02:00
Costin Leau
35671ab69d add Lettuce driver into the docs 2013-02-08 11:16:45 +02:00
Costin Leau
bd08ee0683 fix typo 2013-01-23 19:15:56 +02:00
Costin Leau
17911d08c0 update changelog 2012-10-10 21:01:36 +03:00
Costin Leau
311aa567aa update changelog 2012-10-10 20:38:02 +03:00
Costin Leau
1100b8d483 fix line wrapping 2012-06-27 14:00:08 +03:00
Costin Leau
d8d1399cac update old readme 2012-06-27 13:52:17 +03:00
Costin Leau
7656fd3160 update changelog 2012-06-27 11:03:59 +03:00
Costin Leau
dc475d1278 upgrade changelog 2012-06-26 22:02:34 +03:00
Costin Leau
2c076a8c02 add docs on SRP connector 2012-06-26 21:39:40 +03:00
Costin Leau
aebc85d897 clarify passing of channel
DATAREDIS-77
2012-06-26 21:19:45 +03:00
Costin Leau
d536e70f82 update build system to Gradle 1.0 and latest plugin 2012-06-21 21:45:21 +03:00
Costin Leau
a6f79e2675 update docs
DATAREDIS-8
2012-03-29 18:58:46 +03:00
Costin Leau
c1eea479a3 + prepare for release
+ remove eclipse project files as they aren't portable
2011-12-14 17:10:38 +02:00
Costin Leau
fb718c9033 + update changelog 2011-10-19 19:10:05 +03:00
Costin Leau
0795f55e4d + upgrade some libraries
+ update changelog
DATAREDIS-37
2011-10-19 16:18:21 +03:00
Costin Leau
1e6220f131 + minor doc update 2011-10-08 22:17:44 +03:00
Costin Leau
fd73e75ad8 + add several fixes
~ fix a potential NPE in RedisTemplate
 ~ add JDK 1.5 source/target compatibility
 ~ fix type in documentation
2011-07-27 10:48:22 +03:00
Costin Leau
85fb62147b + bump version 2011-07-18 22:44:40 +03:00
Costin Leau
64cfa59ba2 + another bunch of gradle updates 2011-07-18 21:11:55 +03:00
Costin Leau
91074fd191 + update changelog again 2011-07-18 19:26:33 +03:00
Costin Leau
de1bddfc9f + updated changelog 2011-07-18 19:19:28 +03:00
Costin Leau
bc3b947787 DATAREDIS-68
+ add docs on Spring Cache implementation for Redis
2011-07-18 12:42:32 +03:00
Costin Leau
582abd1ff7 docbook updates 2011-07-06 16:39:45 +03:00
Costin Leau
77da949c16 + gradle updates 2011-07-05 21:32:49 +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
Costin Leau
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 @@)
2011-07-04 21:05:08 +03:00
Costin Leau
953faa11db DATAKV-75
+ several improvements to the Gradle build
2011-07-04 18:14:32 +03:00
Costin Leau
2bc336929b Merge branch 'master' into gradle-build-ng
Conflicts:
	spring-data-redis/.classpath
	spring-data-redis/pom.xml
2011-07-01 15:34:01 +03:00
Costin Leau
050e461a8e DATAKV-68
+ merge channel and pattern into topic in the listener namespace
2011-04-22 17:49:29 +03:00
Costin Leau
9474504774 Merge branch 'master' into gradle-build-ng
Conflicts:
	pom.xml
	spring-data-redis/pom.xml
	spring-data-redis/template.mf
2011-04-21 21:05:04 +03:00
Costin Leau
6c0fa8ab75 + fixed archive creation 2011-04-21 15:52:17 +03:00
Costin Leau
577bd2607a Merge branch 'master' into gradle-build 2011-03-13 19:33:47 +02:00