Nikita
a5780e4338
RedissonBatch implemented. #42
10 years ago
Nikita
67fe978a5b
CommandExecutor extracted, pubsub fixed. #42
10 years ago
Nikita
ea2ba453d4
RScriptAsync interface added. #186
10 years ago
Nikita
27be4c6e0f
RDequeAsync interface added. #186
10 years ago
Nikita
6b76cd8c7c
DecoderState added
10 years ago
Nikita
df90d9be93
Big pipeline response handling fixed. #42
10 years ago
Nikita
dd5bf7c353
RedisClient pipeline support. #42
10 years ago
Nikita
fbf8aa82d5
RList.removeAll fixed
10 years ago
Nikita
ad5385aa98
RSetAsync interface added. #186
10 years ago
Nikita
68a1c014c2
RMapAsync interface added. #186
10 years ago
Nikita
0e0e1c1b3f
RListAsync interface added. fastSet/fastSetAsync methods added. #186
10 years ago
Nikita
a60b47c721
topic pattern test fixed
10 years ago
Nikita
16e770cd46
Merge branch 'master' into 2.0
...
Conflicts:
src/main/java/org/redisson/RedissonBlockingQueue.java
src/test/java/org/redisson/RedissonBlockingQueueTest.java
10 years ago
Nikita
e9d0c005ab
codec null handling fixed
10 years ago
Nikita
b1f7653d5f
tests optimization
10 years ago
Nikita
2219b692bc
tests fixes
10 years ago
Nikita
2464df938d
new tests added
10 years ago
Nikita
7a35bdd31e
PubSub messaging handling
10 years ago
Nikita
88206c2ab5
poll npe fixed. #181
10 years ago
Nikita
9c8ef4344d
delete methods fixed
10 years ago
Nikita
596100138b
Redisson.getTopicPattern method added. #76
10 years ago
Nikita Koksharov
2d2cdc14b6
Merge pull request #176 from setronica-dev/rethrow_exception_on_op_failure
...
Use LUA scripts for transactional redis operations
10 years ago
Andrew Kolpakov
98c21fbd18
use LUA scripts for transactional operations
10 years ago
Nikita Koksharov
003bd0a185
Merge pull request #77 from alex-sherwin/master
...
#76 - added support for pubsub wildcard topics
10 years ago
Marko Stankovic
c362ea2f9e
Add test to prove that calls don't hang on command errors #169
...
Test that proves that connection won't hang if exception is thrown
while processing command in CommandHandler.
This test currently fails, until bug is fixed.
10 years ago
Sergey Poletaev
740684fb67
Bugfix for RedissonBlockingQueue#drainTo method with maxElements
10 years ago
Sam Kenny
3d6170618a
Incorrect map key encoding makes hmget return no fields when string keys are used
10 years ago
Nikita
3d9a1e4a84
RQueue.pollLastAndOfferFirstTo method added. #148
10 years ago
Nikita
5fa95d2953
renamenx and renamenxAsync methods added. #141
10 years ago
Nikita
c54d96fad0
rename and renameAsync methods addeded to RObject. #141
10 years ago
Nikita
fd5c610080
delete method now returns boolean value. deleteAsync method added
10 years ago
Nikita
1f22e2bbad
RList.addAsync & addAllAsync methods added
10 years ago
Nikita
a16dca9222
All script commands support. #73
10 years ago
Nikita
e60084c88c
RScript object added. #73
10 years ago
Nikita
a4e21aff5f
RMap.replace race-condition fixed
10 years ago
Nikita
a400717b12
RedissonQueue refactoring. #133
10 years ago
Nikita Koksharov
ee4044afaf
Merge pull request #133 from pdeschen/feature-blocking-queue
...
Initial attempt at blocking queue (WIP)
10 years ago
Nikita
35b64bebaa
addAndGet serialization fixed. #120
10 years ago
Pascal Deschenes
c6a8af4be9
initial attempt at blocking queue (WIP)
10 years ago
mathieucarbou
bb509a4488
Implement getBuckets(String pattern) #125
...
(https://github.com/mrniko/redisson/issues/125 )
10 years ago
Nikita
3682430615
RDeque addFirst & addLast methods fixed
10 years ago
Nikita
4ddb4f5fef
RedissonList.addAll goes wrong when index set to zero. #68
10 years ago
Nikita
0401d7b811
RSet iteration fixed. #102
10 years ago
Nikita
3355310d57
RAtomicLong.compareAndSet test added
10 years ago
Nikita
aec7ec18a6
RSet.add serialization fixed. #102
10 years ago
Andrew Kolpakov
55e77b5c2d
fastRemove shouldn't call server with empty argument list, getAll shouldn't return missing keys
10 years ago
Nikita
ac84778c8b
concurrent threads amount increased for tests
10 years ago
Nikita
1ce38f389d
Lock reentrancy race fixed. #84
10 years ago
Nikita
f80a6794e7
Fixed exception during channel re-subscription. #87
10 years ago
harebu
bd6e645579
add exist for bucket
10 years ago
Alex Sherwin
f36c05c4c6
#76 - added support for pubsub wildcard topics
11 years ago
Nikita
6db76a50d1
Cluster MOVED-error handling. #27
11 years ago
Nikita
c9e4a0f45f
Unsubscribing during RTopic.removeListener fixed. #61
11 years ago
Nikita
504b0175c7
RMap.addAndGet method added. #38
11 years ago
Nikita
354911d5d4
RMap.getAll(Set<K> keys) added. #54
11 years ago
Nikita
5af7c0fc1b
RMap.filterKeys added. #55
11 years ago
Nikita
e3875ea1d3
RedissonSortedSet implemented via list
11 years ago
Nikita
6e3201d31b
RAtomicLong operation auto-retry. #45
11 years ago
Nikita
dff044c49b
RMap.fastRemove & RMap.fastRemoveAsync added. #46
11 years ago
Nikita
3ee9842111
Sync operations list auto-replay. #45
11 years ago
Nikita
d8d2fc1a60
Async timeout handling.
11 years ago
Nikita
6677a6c7dc
new RedissonLock methods with leaseTime param added. #40
11 years ago
Nikita
cc49c0cfe7
test fixed
11 years ago
Nikita
0cf87f2a75
Multi-thread lock fixed. #39
11 years ago
Nikita
c9ed11750c
+sdown -sdown sentinel handling. lock expire experimental support.
11 years ago
Nikita
5cb99f2c7a
RedissonLock & RedissonCountDownLatch fixes
11 years ago
Nikita
eb3915f5bc
Useless Redisson.locksMap removed
11 years ago
Nikita
c87f728e8b
RSortedSet.removeAsync, RSortedSet.addAsync, RSet.removeAsync, RSet.addAsync implemented. #31
11 years ago
Nikita
3c22b60640
RedissonSortedSet.iterator optimization. zscan support. #2
11 years ago
Nikita
db82693980
RedissonSet.iterator implemented with sscan. #2
11 years ago
Nikita
3551c89a8e
Slave listeners reattach fixed. #30
11 years ago
Nikita
b4eab25b13
test refactoring
11 years ago
Nikita
56254719ff
Sentinel support. #30
11 years ago
Nikita
97eb7771ff
pubsub fixed. #33
11 years ago
Nikita
ef57a3d344
Negative score test added
11 years ago
Nikita
ca56f63d03
Redisson config rework. Master/Slave support. #24
11 years ago
Nikita
e6f8c3cac0
RMap.getAsync, RMap.putAsync and RMap.removeAsync methods added.
11 years ago
Nikita
3aa32efa49
HyperLogLog implemented. #18
11 years ago
Nikita
4c66cc6d0c
RedissonDeque implemented
11 years ago
Nikita
48b255327d
RedissonQueueTest added
11 years ago
Nikita
4060524c87
Long serialization fixed again
11 years ago
Nikita
37bd46561a
Long serialization fixed
11 years ago
Nikita
6a51679d7f
RedissonAtomicLong ClassCastException fixed
11 years ago
Nikita
a0b08ee72e
RedissonSortedSet test fixed
11 years ago
Nikita
7cdeeb4f80
RedissonLock channel group changed
11 years ago
Nikita
85502a83c2
RedissonSortedSet modification with consistency. ConcurrentRedissonSortedSetTest added
11 years ago
Nikita
e42c1a1369
RedissonSortedSet comparator setup synchronization
11 years ago
Nikita
bf0c4e1556
RedissonSortedSet.tailSet fixed
11 years ago
Nikita
ed22318874
RedissonSortedSet added
11 years ago
Nikita
72317ec32a
RedissonSet.retainAll fixed
11 years ago
Nikita
bacb80cfc0
RedissonLock new tests added
11 years ago
Nikita
fa73042b86
ConnectionManager added
11 years ago
Nikita
c5e896d408
RedissonCountDownLatch improvements
11 years ago
Nikita
f44997a8ee
CountDownLatch improvements
11 years ago
Nikita
950196f10e
Attempt to unlock not locked lock should fail
11 years ago
Nikita
555fadab89
RedissonLock is now reentrant
11 years ago
Nikita
1aa453626f
RedissonCountDownLatch some fixes
11 years ago
Nikita
0513bb2ea2
RObject introduced
11 years ago
Nikita
461a0128fb
RedissonCountDownLatch tests added, await timeout fixed
11 years ago
Nikita
6486428f91
RedissonCountDownLatch few bugs fixed, tests added
11 years ago