Commit Graph

2375 Commits (70be4685f015a28f3c1eacb05fc2c4a78604cae4)
 

Author SHA1 Message Date
Nikita d50e99762c RedisConnection added 10 years ago
Nikita cbbac2c8e0 new commands added 10 years ago
Nikita b7911a8fb3 Parameters encoding fixed 10 years ago
Nikita 93eb8fad27 Encoder/Decoder added 10 years ago
Nikita 394c9539a2 Redisson own client implementation development started 10 years ago
Nikita Koksharov 1911428b24 Update README.md 10 years ago
Nikita Koksharov 7efc0da3d4 Update README.md 10 years ago
Nikita 2e4a986bc6 [maven-release-plugin] prepare for next development iteration 10 years ago
Nikita 438baf9ef3 [maven-release-plugin] prepare release redisson-1.3.0 10 years ago
Nikita f641ad9c1f fixed 10 years ago
Nikita eb74a0dc20 plugins updated 10 years ago
Nikita 156ea017a4 version updated 10 years ago
Nikita Koksharov 8effc5823c Update README.md 10 years ago
Nikita 9c8ef4344d delete methods fixed 10 years ago
Nikita d75a83d68c minor optimization 10 years ago
Nikita 52168d064e RExpirable added 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 758c37bce5 encode binary data in operation debug output 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
Nikita 4e83f4e124 Merge branch 'master' of github.com:mrniko/redisson 10 years ago
Nikita a63988863a timeout fixed 10 years ago
Nikita Koksharov 5670dbb331 Merge pull request #177 from cinchcast/master
allow for naming connections
10 years ago
Danny Gershman 7e3fb32268 allow for naming connections 10 years ago
Nikita b770d4ed81 Merge branch 'master' of github.com:mrniko/redisson 10 years ago
Nikita 3189c677f8 RMap script atomicity. #145 new methods replaceAsync, removeAsync, putIfAbsentAsync added 10 years ago
Nikita Koksharov 1117fa49d4 Update README.md 10 years ago
Nikita 270d891b29 libs updated 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 80c6e07fa6 Merge branch 'master' of github.com:mrniko/redisson 10 years ago
Nikita e923b269a2 unix sockets support. #173 10 years ago
Nikita Koksharov 17c338d9d7 Update README.md 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
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