Commit Graph

3168 Commits (280b87abc46716e199aac05a4b415302da819ff5)
 

Author SHA1 Message Date
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
Nikita Koksharov e61f19ccc1 Update README.md 8 years ago
Nikita 4364ae522d Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 85b53234b3 Refactoring 8 years ago
Nikita Koksharov 805e0eacb4 Update README.md 8 years ago
Nikita Koksharov b891619bcd Update README.md 8 years ago
Nikita Koksharov b263e245c7 Update README.md 8 years ago
Nikita Koksharov 415b1559db Update CHANGELOG.md 8 years ago
Nikita 7158820fe7 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita 61947eb8cd [maven-release-plugin] prepare release redisson-2.10.1 8 years ago
Nikita 8b0aea85c0 license header added 8 years ago
Nikita d67b0a0a9f javadocs fixed 8 years ago
Nikita a02d509573 DNS monitoring support for Sentinel, Master/Slave and Replicated mode #864, #1009 8 years ago
Nikita 5152c66e29 Shutdown master's entry in slaveConnectionPool during master change process. #945 8 years ago
Nikita f24955846b LoadBalancerManager should use ip only to map ClientConnectionsEntry. #945 8 years ago
Nikita f1e4cadebc Print cluster configuration output on first connection 8 years ago
Nikita 7eead2b06f Comment added 8 years ago
Nikita 2082f62036 CompositeCodec added 8 years ago
Nikita 048271f69e "Can't aquire connection" error should be more informative 8 years ago