Nikita Koksharov
196e0449c8
Merge pull request #170 from marko-stankovic/issue_169
...
Propagate response processing exceptions to ConnectionManager
10 years ago
Nikita
bc0b847822
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
1a7a8437cf
ASKING support #164
10 years ago
Marko Stankovic
ddc5684d1e
Propagate Command processing exceptions to ConnectionManager #169
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
Nikita Koksharov
c2601509c9
Merge pull request #167 from spoletaev/rblockingQueueFix
...
Bugfix for RedissonBlockingQueue#drainTo method with maxElements
10 years ago
Sergey Poletaev
740684fb67
Bugfix for RedissonBlockingQueue#drainTo method with maxElements
10 years ago
Nikita
77b3e979e2
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
ca5e4a9101
missed enum value fixed. #159
10 years ago
Nikita Koksharov
b98f908e0a
Merge pull request #150 from sammiq/hmget_fix
...
Incorrect map key encoding makes RMap.getAll return no fields
10 years ago
Sam Kenny
3d6170618a
Incorrect map key encoding makes hmget return no fields when string keys are used
10 years ago
Nikita
a20e3fc4d4
retainAll & addAll fixed
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
893d4e25a9
netty updated
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
600eb79481
getScript method added
10 years ago
Nikita
0adbcd6afa
RList.getAsync method added
10 years ago
Nikita
b8ee305519
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
1f22e2bbad
RList.addAsync & addAllAsync methods added
10 years ago
Nikita
8f967f130a
BlockingQueue.poll fixed
10 years ago
Nikita Koksharov
fed22bb8b1
Update README.md
10 years ago
Nikita
23152bea18
[maven-release-plugin] prepare for next development iteration
10 years ago
Nikita
8f8d6c9962
[maven-release-plugin] prepare release redisson-1.2.1
10 years ago
Nikita Koksharov
04c4c78274
Update README.md
10 years ago
Nikita
12e90f606a
Async exception handling.
10 years ago
Nikita
a16dca9222
All script commands support. #73
10 years ago
Nikita
6dcd68e39a
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
e60084c88c
RScript object added. #73
10 years ago
Nikita Koksharov
c08597bb22
Update README.md
10 years ago
Nikita Koksharov
6e9f23d35d
Update README.md
10 years ago
Nikita
c88ed841ab
netty updated
10 years ago
Nikita
1abe034ba0
license header added
10 years ago
Nikita
8961b757e0
RLock subscription timeout fixed
10 years ago
Nikita
a4e21aff5f
RMap.replace race-condition fixed
10 years ago
Nikita
66d725582f
Merge branch 'master' of github.com:mrniko/redisson
10 years ago
Nikita
faf4b9f175
isEmpty checks for collections added
10 years ago
Nikita Koksharov
6e9ab756bb
Update README.md
10 years ago
Nikita
fee63b39bc
ipv6 formatting fixed. #121
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
Nikita Koksharov
742483c206
Merge pull request #128 from mathieucarbou/issue-127
...
KryoCodec: do not encode / decode keys #127
10 years ago
Nikita Koksharov
629a0adb3c
Merge pull request #126 from mathieucarbou/issue-125
...
Implement getBuckets(String pattern) #125
10 years ago
mathieucarbou
06f847ac76
KryoCodec: do not encode / decode keys #127
...
(https://github.com/mrniko/redisson/issues/127 )
10 years ago
mathieucarbou
bb509a4488
Implement getBuckets(String pattern) #125
...
(https://github.com/mrniko/redisson/issues/125 )
10 years ago
Nikita
f83e4b8bd3
Timeout cancellation. #123
10 years ago
Nikita
2cfb173e59
Few config parameters not taken into account. #119
10 years ago