Commit Graph

794 Commits

Author SHA1 Message Date
Costin Leau
0b70fa2d23 fix incorrect cast of BulkReply to byte[] in SprConnection
DATAREDIS-114
2013-02-05 19:01:14 +02:00
Costin Leau
b869bc7136 add warning regarding RedisTemplate initialization
DATAREDIS-112
2013-02-05 18:47:49 +02:00
Costin Leau
3be1d7d637 update copyright years 2013-02-05 18:47:49 +02:00
Costin Leau
d73d8a0365 yet another test update 2013-01-25 13:20:58 +02:00
Costin Leau
acc27f4ccd update integration test 2013-01-25 12:48:00 +02:00
Costin Leau
0365c69c08 test update
DATAREDIS-107
2013-01-25 11:12:51 +02:00
Costin Leau
b9645d64d1 improve Atomic integration tests 2013-01-25 10:57:26 +02:00
Costin Leau
e3946af60c improve conn handling when all subs are removed
DATAREDIS-107
RMLC properly closes
2013-01-25 10:57:04 +02:00
Costin Leau
613c2e09e7 remove listeners programatically in RMLContainer
DATAREDIS-107
listeners can be removed not just added programatically
fix bug causing double message dispatch for pattern subscriptions
introduce more pubsub tests
2013-01-25 00:11:47 +02:00
Costin Leau
d01f13acfa update copyright header 2013-01-23 19:32:39 +02:00
Costin Leau
8451efa11f add multi-threaded test for AtomicInteger
DATAREDIS-108
2013-01-23 19:30:11 +02:00
Costin Leau
38fdeb066a add concurrency fix 2012-09-24 21:02:27 +03:00
Costin Leau
bebcbadc9e disable test (until we figure why a build passes while another fails) 2012-08-14 18:37:34 +03:00
Costin Leau
b355ba843c improve test for CI server 2012-08-14 18:18:44 +03:00
Costin Leau
a2002b705e polish REDIS-102 2012-08-14 17:30:49 +03:00
Costin Leau
1944db6f08 add pipeline/multi-exec/NPE checks
REDIS-100
additionally fix the return value for BoundHashOperations from primitive to obj
2012-08-10 21:04:39 +03:00
Costin Leau
d00d7143bd add more tests for pipeline execution 2012-06-25 21:48:27 +03:00
Costin Leau
ebe05a04a0 fix bug that return an empty list for #closePipeline 2012-06-25 21:20:58 +03:00
Costin Leau
d46b23fe1b finish closePipeline for Srp 2012-06-25 20:46:06 +03:00
Costin Leau
7a89656cf0 add pipeline exception for Rjc 2012-06-25 19:49:20 +03:00
Costin Leau
64c527c088 handle exceptions of native execution 2012-06-25 19:06:12 +03:00
Costin Leau
5d8206f366 force result for Srp#exec when not in pipeline 2012-06-22 10:28:32 +03:00
Costin Leau
a440291c6a fix double invocation of listeners implementing intf
DATAREDIS-92
2012-06-21 20:58:26 +03:00
Costin Leau
a01e126ea9 Merge branch 'master' into srp 2012-06-21 20:05:41 +03:00
Costin Leau
42c0ed804f add jredis implementation for execute native 2012-06-21 17:33:31 +03:00
Costin Leau
1d03085a81 add native execute for JedisConnection 2012-06-21 17:11:46 +03:00
Costin Leau
3bfcc7daf6 add test exclusion to avoid RJC bug for incr(by)
DATAREDIS-88
2012-05-23 19:29:04 +03:00
Costin Leau
27d7e5dd0b ValueOps#increment properly handles negative vals
DATAREDIS-88
2012-05-23 18:38:23 +03:00
Costin Leau
e1a3b3100e fix connection.setBit()
DATAREDIS-89
2012-05-23 18:05:49 +03:00
Costin Leau
5ca5632899 update to srp 0.2 snapshot
except for zset and pubsub ops, the rest of the tests seem to be running
2012-04-01 19:53:28 +03:00
Costin Leau
9fc7c32117 fix casting problems with varargs
add integration tests
2012-03-30 15:34:43 +03:00
Costin Leau
902104e458 improve lifecycle of RedisMessageListenerContainer
DATAREDIS-81
2012-03-29 17:47:38 +03:00
Costin Leau
72af744a1d + remove @Override annotations to allow the code to be compiled on 1.5 (though it requires JDK 6 for its collection support) 2011-11-01 19:13:36 +02:00
Costin Leau
8199614586 DATAREDIS-77
+ improved method detection
2011-11-01 18:35:14 +02:00
Costin Leau
62a5588af4 DATAREDIS-77 2011-10-27 21:50:27 +03:00
Costin Leau
9c5d01e9a2 DATAREDIS-78 2011-10-25 11:54:08 +03:00
Costin Leau
0795f55e4d + upgrade some libraries
+ update changelog
DATAREDIS-37
2011-10-19 16:18:21 +03:00
Costin Leau
e018f55ec4 + improve cache implementation by adding a primitive monitor mechanism (backed by Redis) 2011-10-08 22:21:08 +03:00
Costin Leau
58c0822adf DATAREDIS-75
+ fix NPE in properties impl.
2011-07-27 11:46:01 +03:00
Costin Leau
8ea1302641 + minor improvements to RedisMLC 2011-07-27 11:35:45 +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
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
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