Costin Leau
69775f200c
+ change version to 1.0.0.M4
2011-07-18 22:42:51 +03:00
Costin Leau
64cfa59ba2
+ another bunch of gradle updates
2011-07-18 21:11:55 +03:00
Costin Leau
40b4c5449f
+ improve deps
2011-07-18 20:39:15 +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
2aa403a770
+ minor updates to gradle build to fix some issues with the dist zip
2011-07-18 19:07:10 +03:00
Costin Leau
bcd7f307cf
+ add jackson javadoc location
...
+ add some javadoc
2011-07-18 18:14:39 +03: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
bc3b947787
DATAREDIS-68
...
+ add docs on Spring Cache implementation for Redis
2011-07-18 12:42:32 +03:00
Costin Leau
96233d5893
DATAREDIS-72
...
+ improved implementation by using a ZSet underneath to add pagination into the clear() operation
2011-07-18 11:38:07 +03:00
Costin Leau
0691af7ca4
DATAREDIS-72
...
+ add prefix strategy
2011-07-15 19:26:23 +03:00
Costin Leau
63b1e862b7
DATAREDIS-72
...
+ Spring 3.1 cache abstraction for Redis
2011-07-15 18:05:28 +03:00
Costin Leau
1a87f45947
+ update server path
2011-07-06 20:37:49 +03:00
Costin Leau
3a81a4c979
+ some Gradle fixes with uploads
2011-07-06 17:53:02 +03:00
Costin Leau
45fe990b74
+ update gradle wrapper to 1.0-milestone-3
2011-07-06 17:02:43 +03:00
Costin Leau
582abd1ff7
docbook updates
2011-07-06 16:39:45 +03:00
Costin Leau
5e45665940
+ update gitignore
2011-07-06 15:34:16 +03:00
Costin Leau
500255cf48
+ fix some javadoc problems
2011-07-06 15:33:51 +03:00
Costin Leau
cc9ce02932
+ update pom generation
2011-07-05 21:59:12 +03:00
Costin Leau
77da949c16
+ gradle updates
2011-07-05 21:32:49 +03:00
Costin Leau
92c8d32e9f
several gradle updates
2011-07-05 21:10:32 +03:00
Costin Leau
fe4dec843c
+ moved javadoc from docs to main file
2011-07-05 20:25:04 +03:00
Costin Leau
c6a99c12dc
+ update readme
2011-07-05 19:41:11 +03:00
Costin Leau
6517644596
+ update readme
2011-07-05 19:38:31 +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
f242a95620
Merge branch 'gradle-build-ng' of github.com:SpringSource/spring-data-keyvalue into initial_merge
...
Conflicts:
README.md
2011-07-04 22:14:39 +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
6e023f5df0
+ upgrade gradle files
2011-07-01 19:32:02 +03:00
Costin Leau
3f2d0b4bc5
+ add package exclude
2011-07-01 18:46:52 +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
379a9da5be
+ readme file
2011-07-01 15:28:39 +03:00
Costin Leau
9aa7ad3ebc
Merge branch 'jedis-20'
...
DATAKV-74
+ upgraded to jedis 2.0
2011-07-01 15:15:49 +03:00
Costin Leau
7c0295aacc
DATAKV-74
2011-07-01 15:11:53 +03:00
Costin Leau
96d7902c69
DATAKV-72
...
+ add missing rangeWithScores and reverserRangeWithScores ops for ZSets
2011-06-24 15:02:18 +03:00
Costin Leau
2d96291409
fixed incorrect left/rightPop in RedisTemplate
2011-06-22 20:58:18 +03:00
Costin Leau
8c3eb982ea
+ wrap up integration
...
(pubsub tests are failing though)
2011-06-22 20:50:50 +03:00
Costin Leau
34390fe9ca
+ upgrade to Jedis 2.0.0 (first attempt)
2011-06-22 19:56:39 +03:00
Costin Leau
107badf522
fix some init errors from last commit
2011-05-02 16:36:40 +03:00
Costin Leau
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
2011-04-28 19:05:18 +03:00
Costin Leau
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)
2011-04-28 19:03:15 +03:00
Costin Leau
cb8fc22c45
+ add dedicated section on configurating RJC
2011-04-28 18:04:45 +03:00
Costin Leau
ce59e74b72
DATAKV-68
...
+ add pattern vs channel example inside docs
2011-04-28 17:56:56 +03:00
Costin Leau
623f1a0c97
update .gitignore
2011-04-28 17:44:31 +03:00
Costin Leau
e55f1a745b
DATAKV-68
...
+ merge channel and pattern into topic in the listener namespace
2011-04-22 18:19:38 +03:00
Costin Leau
f4feb8b993
+ add bug fix to key rename
2011-04-22 18:18:34 +03:00
Costin Leau
e210c8c0c1
+ update manifest
2011-04-22 18:12:49 +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
718d60484c
+ add bug fix to key rename
2011-04-21 21:49:49 +03:00