Commit Graph

337 Commits (98c21fbd18da21b28848168e750d4af14fc30f65)

Author SHA1 Message Date
Andrew Kolpakov 98c21fbd18 use LUA scripts for transactional operations 10 years ago
Nikita 4e83f4e124 Merge branch 'master' of github.com:mrniko/redisson 10 years ago
Nikita a63988863a timeout fixed 10 years ago
Danny Gershman 7e3fb32268 allow for naming connections 10 years ago
Nikita 3189c677f8 RMap script atomicity. #145 new methods replaceAsync, removeAsync, putIfAbsentAsync added 10 years ago
Nikita d1d53fa8da few comments. #173 10 years ago
Nikita 7aab56f73b Cluster client creation fixed 10 years ago
Nikita 186357ac6c slave status handling in Sentinel mode. #175 10 years ago
Nikita e923b269a2 unix sockets support. #173 10 years ago
Nikita a39cc41363 KryoCodec classes registration ability added. #166 10 years ago
Nikita 666dd6a67b String codec fixed. #168 10 years ago
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
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
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 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 1f22e2bbad RList.addAsync & addAllAsync methods added 10 years ago
Nikita 8f967f130a BlockingQueue.poll fixed 10 years ago
Nikita 12e90f606a Async exception handling. 10 years ago
Nikita a16dca9222 All script commands support. #73 10 years ago
Nikita e60084c88c RScript object added. #73 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 faf4b9f175 isEmpty checks for collections added 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
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
Nikita 00d9ffe18f ClassCast exception fixed. #116 10 years ago
Nikita 3682430615 RDeque addFirst & addLast methods fixed 10 years ago
Nikita 5b635b9c0f Comments added 10 years ago
Nikita 9cbaff4184 few logs added 10 years ago