Commit Graph

3069 Commits (deea34a82f384c7a938ef0947a08bb8f2ada5cd9)
 

Author SHA1 Message Date
Nikita deea34a82f unnecessary ByteBuf.release invocation during last attempt to write execution
Nikita 8021dc923f writeFuture should be canceled on last attempt.
Nikita dc30a14b3e ButeBuf.release method invocation was missed in some RedissonLocalCachedMap methods
Nikita Koksharov 1f4e4db9b3 Merge pull request from sulake/addAndGetRevRankAsync
Add methods to add item and get rank for RedissonScoredSortedSet
Nikita 6043b1f7c1 RMapCache.trySetMaxSize method added.
Zun d451c4ecb4 fix java doc
Zun 72d929f80f add methods to add item and get rank
Nikita 39c4b29565 Fixed NPE in LoadBalancerManager.
Nikita Koksharov 3d91c7b4ad Update README.md
Nikita f6facf08a8 Fixed NPE in LoadBalancerManager.
Nikita Koksharov e606419633 Merge pull request from sulake/fixes
Revert changes to StringCodec and fix script compilation.
Johno Crawford d7b7fecbb5
Revert changes to StringCodec and fix script compilation.
Nikita Koksharov aa2314f8f2 Merge pull request from sulake/feature/bounded_cache
Add support for bounded Redisson map cache (max size configuration).
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.
Nikita 3d40e2bc0c DefaultNamingScheme minor optimization
Nikita 717ec51ede ByteBuf alloc optimization
Nikita Koksharov 93473bbefe Merge pull request from sulake/bytebuf_cleanup
Ensure bytebufs are released if various encoders throw exception.
Johno Crawford 822f8c8529
Ensure bytebufs are released if various encoders throw exception.
Performance boost for utf8 string encoding.
Nikita 41840e6619 iterator by pattern method added to RSet objects
Nikita ecbc0b751d keySet, values and entrySet methods with pattern added to RMap objects.
Nikita 7fb7462df7 compilation fixed
Nikita 1e7d9cc505 addScoreAndGetRank and addScoreAndGetRevRank methods added to RScoredSortedSet object.
Nikita 4867eff2a4 Connection could be in closed state during reconnection process for blocking queue
Nikita 8fccb51dd1 ByteBuf should be released properly.
Nikita 820579b541 compilation fixed
Nikita 75f8dea252 fireChannelActive should be invoked on successful connection establishment
Nikita e354c4a135 netty updated
Nikita 3050949cfa refactoring
Nikita ee0ecce55c test added
Nikita 418f32f6ad RAtomicDouble.decrementAndGet() fixed
Nikita 98aa72d046 refactoring
Nikita da3c5df4b9 ByteBuf should be released once it successfully written to channel.
Nikita 75eea5f8bd Merge branch 'master' of github.com:redisson/redisson
Nikita 06706d42f5 Compilation fixed
Nikita 0f05261db1 Memory allocation during encoding process optimization
Nikita Koksharov e61f19ccc1 Update README.md
Nikita 4364ae522d Merge branch 'master' of github.com:redisson/redisson
Nikita 85b53234b3 Refactoring
Nikita Koksharov 805e0eacb4 Update README.md
Nikita Koksharov b891619bcd Update README.md
Nikita Koksharov b263e245c7 Update README.md
Nikita Koksharov 415b1559db Update CHANGELOG.md
Nikita 7158820fe7 [maven-release-plugin] prepare for next development iteration
Nikita 61947eb8cd [maven-release-plugin] prepare release redisson-2.10.1
Nikita 8b0aea85c0 license header added
Nikita d67b0a0a9f javadocs fixed
Nikita a02d509573 DNS monitoring support for Sentinel, Master/Slave and Replicated mode ,
Nikita 5152c66e29 Shutdown master's entry in slaveConnectionPool during master change process.
Nikita f24955846b LoadBalancerManager should use ip only to map ClientConnectionsEntry.
Nikita f1e4cadebc Print cluster configuration output on first connection