Commit Graph

3236 Commits (2b8ec9520cf6ef7b952c7192fbf37c30e72c226e)
 

Author SHA1 Message Date
Nikita 827ac452b1 [maven-release-plugin] prepare release redisson-2.10.3 7 years ago
Nikita 98e88db97c Merge branch 'master' of github.com:redisson/redisson 7 years ago
Nikita a45a476bd3 ByteBufs are not released properly in SnappyCodec and LZ4Codec #1046 7 years ago
Nikita Koksharov 0339bf00e3 Update README.md 8 years ago
Nikita Koksharov 27b852e922 Update README.md 8 years ago
Nikita Koksharov f5d169b2a0 Update CHANGELOG.md 8 years ago
Nikita 45236c4b4d [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita e244b8a6c3 [maven-release-plugin] prepare release redisson-2.10.2 8 years ago
Nikita Koksharov 3c4a832c39 Merge pull request #1043 from sulake/fix_nits
Correct var names, improve documentation.
8 years ago
Nikita db8e340d86 RMapCache var name fixed 8 years ago
Johno Crawford e4cc154823
Correct var names, improve documentation. 8 years ago
Nikita cf1a190594 RMapCacheTest fixed 8 years ago
Nikita 097eb32cd6 RMapCache.setMaxSize method added. #1027 8 years ago
Nikita 1ab3cb3052 Command logging fixed. #1035 8 years ago
Nikita 727c4523cb RedissonMapCache bug fixes #1027 8 years ago
Nikita deea34a82f unnecessary ByteBuf.release invocation during last attempt to write execution 8 years ago
Nikita 8021dc923f writeFuture should be canceled on last attempt. 8 years ago
Nikita dc30a14b3e ButeBuf.release method invocation was missed in some RedissonLocalCachedMap methods 8 years ago
Nikita Koksharov 1f4e4db9b3 Merge pull request #1033 from sulake/addAndGetRevRankAsync
Add methods to add item and get rank for RedissonScoredSortedSet
8 years ago
Nikita 6043b1f7c1 RMapCache.trySetMaxSize method added. #1027 8 years ago
Zun d451c4ecb4 fix java doc 8 years ago
Zun 72d929f80f add methods to add item and get rank 8 years ago
Nikita 39c4b29565 Fixed NPE in LoadBalancerManager. #1031 8 years ago
Nikita Koksharov 3d91c7b4ad Update README.md 8 years ago
Nikita f6facf08a8 Fixed NPE in LoadBalancerManager. #1031 8 years ago
Nikita Koksharov e606419633 Merge pull request #1028 from sulake/fixes
Revert changes to StringCodec and fix script compilation.
8 years ago
Johno Crawford d7b7fecbb5
Revert changes to StringCodec and fix script compilation. 8 years ago
Nikita Koksharov aa2314f8f2 Merge pull request #1027 from sulake/feature/bounded_cache
Add support for bounded Redisson map cache (max size configuration).
8 years ago
Johno Crawford 4a25fab9df
Add support for bounded Redisson map cache (max size configuration).
Currently RedissonMapCache creates an unbounded set in Redis which may cause problems in certain cache implementations.
8 years ago
Nikita 3d40e2bc0c DefaultNamingScheme minor optimization 8 years ago
Nikita 717ec51ede ByteBuf alloc optimization 8 years ago
Nikita Koksharov 93473bbefe Merge pull request #1025 from sulake/bytebuf_cleanup
Ensure bytebufs are released if various encoders throw exception.
8 years ago
Johno Crawford 822f8c8529
Ensure bytebufs are released if various encoders throw exception.
Performance boost for utf8 string encoding.
8 years ago
Nikita 41840e6619 iterator by pattern method added to RSet objects #1024 8 years ago
Nikita ecbc0b751d keySet, values and entrySet methods with pattern added to RMap objects. #978 8 years ago
Nikita 7fb7462df7 compilation fixed 8 years ago
Nikita 1e7d9cc505 addScoreAndGetRank and addScoreAndGetRevRank methods added to RScoredSortedSet object. #987 8 years ago
Nikita 4867eff2a4 Connection could be in closed state during reconnection process for blocking queue #1021 8 years ago
Nikita 8fccb51dd1 ByteBuf should be released properly. #1018 8 years ago
Nikita 820579b541 compilation fixed 8 years ago
Nikita 75f8dea252 fireChannelActive should be invoked on successful connection establishment 8 years ago
Nikita e354c4a135 netty updated 8 years ago
Nikita 3050949cfa refactoring 8 years ago
Nikita ee0ecce55c test added 8 years ago
Nikita 418f32f6ad RAtomicDouble.decrementAndGet() fixed #1020 8 years ago
Nikita 98aa72d046 refactoring 8 years ago
Nikita da3c5df4b9 ByteBuf should be released once it successfully written to channel. #1018 8 years ago
Nikita 75eea5f8bd Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 06706d42f5 Compilation fixed 8 years ago
Nikita 0f05261db1 Memory allocation during encoding process optimization #1018 8 years ago