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
jackygurui
d777329743
License header added
9 years ago
jackygurui
aa754a9799
Merge branch 'mrniko/master' into live-object
...
# Conflicts:
# src/main/java/org/redisson/Redisson.java
9 years ago
jackygurui
3498c9fa1e
Disabling some features
...
Disabled the feature that exposes the internal RMap of live object
Disabled the support of RExpirable for live object
Disabled the support of RObject for live object
9 years ago
jackygurui
2b58c13322
Comments filled in
9 years ago
jackygurui
304d64dbc5
Internal map obtained through bytebuddy FieldValue annotation
9 years ago
jackygurui
0c5ae23aea
Removed class level cache.
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
jackygurui
b6d124f6ca
Prefers no arg constructor
9 years ago
jackygurui
82943e18c5
TODO update: Add TTL renewal functionality
9 years ago
jackygurui
dd7b93fef4
TTL Implementation completed
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
Nikita Koksharov
5ecea4d719
Update CHANGELOG.md
9 years ago
Nikita Koksharov
dd30c66137
Update CHANGELOG.md
9 years ago
Nikita
ad0fc6c4af
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
31bc0135f1
[maven-release-plugin] prepare release redisson-2.2.15
9 years ago
Nikita
a4f0473514
Iterator infinite scan test added. #515
9 years ago
Nikita
eeba238f42
Map iterator fixed. #515
9 years ago
jackygurui
b24a3e9223
WIP TTL
9 years ago
jackygurui
9cbbe48ab5
TTL WIP
...
WIP to support live object ttl
9 years ago
Rui Gu
a84b43548c
bug fix & new test
...
fixed a class test for checking if the expected type is assignable from
return type
9 years ago
jackygurui
04ed064346
RedissonAttachedLiveObjectService enhancement & author update
...
RedissonAttachedLiveObjectService now supports objects with different
codecs.
updated author tag on files created by me to match my github profile
9 years ago
jackygurui
6f028eb24b
Found the root cause of the redisson shutdown exception problem
...
The classCache and proxyCache is been set to static (class level) which
means previous test have registered the class is still been cached even
after the tests were finished. New tests fetched the old proxied class
from the cache with reference to a redisson instance that has been
created in the previous tests and that has already been shutdown when
the tests were finished.
9 years ago
jackygurui
248f961920
fixed an issue
...
fixed an issue where in some cases it kept internal redisson reference
pointed to an old instance which has already been shutdown.
9 years ago
jackygurui
a8945c6ba0
WIP
...
1. Simplified the API
2. Added class validation
3. Nested RObject and LiveObject is now supported
9 years ago
Nikita Koksharov
6a263fc41f
Merge pull request #520 from fransiskusx/improve_auth_reconnect
...
improve auth reconnect
9 years ago
Fransiskus Xaverius
a3c495f980
improve auth reconnect
9 years ago
jackygurui
7db9f30577
Initial commit for LiveObject
...
Proof of concept, work in progress.
9 years ago
Nikita
645b1240dc
Infinity loop with iterator fixed. #515
9 years ago