Nikita
db4fba6533
RedissonRedLock implemented. #533
9 years ago
Nikita
fe3f3dfb0f
RedissonMultiLock lock optimization
9 years ago
Nikita Koksharov
9a1dd862ee
Merge pull request #536 from andrejserafim/doc
...
Documenting local build
9 years ago
Nikita Koksharov
dc99ed2465
Merge pull request #537 from jackygurui/patch-2
...
To fix memory leak #535
9 years ago
Nikita
3ab32a2dc5
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
68be0a82e9
Fixed - RMap doesn't delete redisson__idle__set__ #540
9 years ago
Nikita Koksharov
b00e5e3f63
Merge pull request #538 from jackygurui/patch-3
...
using == to compare two Integer values
9 years ago
jackygurui
13fb263142
using == to compare two Integer values
9 years ago
jackygurui
690bfec8bf
To fix memory leak #535
...
Based on doc for method public abstract ByteBuf readBytes(int length) in io.netty.buffer.ByteBuf, the method returns a newly created buffer which contains the transferred bytes, which means we have to manually release this buffer.
9 years ago
andrejserafim
ce153a3df2
remove travis env
9 years ago
andrejserafim
5e8d89a2d2
don't run redis
9 years ago
andrejserafim
d36facab65
remove version, fix formatting
9 years ago
andrejserafim
736c8c02f2
a quick building doc
9 years ago
Nikita
bf18cddf5a
RKeys.getKeysByPattern with count added
9 years ago
Nikita
63f0ae708b
Type support added. #529
9 years ago
Nikita
a821f0e2d3
unnecessary lock removed. #530
9 years ago
Nikita
bb9a016d5b
1. Fixed - RTopic.addListener sometimes worked asynchronous
...
2. Fixed - ClastCastException occurred if multi-type PubSub channels were used with single connection
3. Fixed - PubSub status message decoding
4. Fixed - PubSub subscription may stuck in some cases #530
9 years ago
Nikita
eeec753070
config.subscriptionConnectionPoolSize default value raised to 50
9 years ago
Nikita
efa762d26b
RedissonSetMultimapTest.testKeySize fixed
9 years ago
Nikita
69ac43ca0e
required sync added
9 years ago
Nikita
6d524b0854
RedissonMultimap.keySet.size fixed
9 years ago
Nikita
422883faef
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
e6209a195f
RedissonCache refactored
9 years ago
Nikita Koksharov
7ea33941b2
Merge pull request #528 from mdheeraj24/master
...
Adding keySize functionality for MultiMaps
9 years ago
dheeraj
15a69f0fc4
Adding keySize functionality for MultiMaps - Improvements
9 years ago
dheeraj
17b724cbb7
Adding keySize functionality for MultiMaps
9 years ago
Nikita Koksharov
be15d2f504
Update CHANGELOG.md
9 years ago
Nikita Koksharov
8c78590524
Update README.md
9 years ago
Nikita Koksharov
c8e9c07b75
Update CHANGELOG.md
9 years ago
Nikita
d7d16ea081
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
e2d2b47452
[maven-release-plugin] prepare release redisson-2.2.16
9 years ago
Nikita
effc4143e5
version fixed
9 years ago
Nikita
3e9fef3222
Compilation fixed
9 years ago
Nikita
7ce3bbce7b
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
037f6caf84
[maven-release-plugin] prepare release redisson-2.2.16
9 years ago
Nikita
9347b0a816
Spring 4.3.0 integration fixed
9 years ago
Nikita
08105c0382
libs updated
9 years ago
Nikita
c507014c26
Fixed cluster state managing with redis masters only. #491
9 years ago
Nikita
e6ccd7f3eb
RedissonCache.getLockName minor optimization
9 years ago
Nikita
69f90ff8f3
Add Spring 4.3.0 support to RedissonSpringCacheManager
9 years ago
Nikita
3d88888f8d
BlockingQueue test added
9 years ago
Nikita
4fcd54ec8c
RSortedSet performance boost up to 4 times!
9 years ago
Nikita
fb8cae7705
Compilation fixed
9 years ago
Nikita
6cdee25f43
RList.fastRemove and fastRemoveAsync methods were added
9 years ago
Nikita
f5542bd6b9
RList.remove optimization
9 years ago
Nikita
42b3c1eaaf
Added ability to define Codec for RemoteService. #523
9 years ago
Nikita
d4d954effb
MultimapCache added to RBatch object. #525
9 years ago
Nikita
f9c1dda0e1
RGeo added to RBatch object. #522
9 years ago
Nikita
0227a0695d
Fixed dead lock during RLock, RSemaphore, RReadWriteLock, RCountDownLatch usage under heavy load. #491 , #486 , #455
9 years ago
Nikita Koksharov
93574d4f6b
Update README.md
9 years ago