Commit Graph

2113 Commits (7b4594f682083f3e1c9dd08b6c5328611618c69d)
 

Author SHA1 Message Date
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
jackygurui 2b58c13322 Comments filled in
jackygurui 304d64dbc5 Internal map obtained through bytebuddy FieldValue annotation
jackygurui 0c5ae23aea Removed class level cache.
Nikita 08105c0382 libs updated
Nikita c507014c26 Fixed cluster state managing with redis masters only.
Nikita e6ccd7f3eb RedissonCache.getLockName minor optimization
Nikita 69f90ff8f3 Add Spring 4.3.0 support to RedissonSpringCacheManager
Nikita 3d88888f8d BlockingQueue test added
jackygurui b6d124f6ca Prefers no arg constructor
jackygurui 82943e18c5 TODO update: Add TTL renewal functionality
jackygurui dd7b93fef4 TTL Implementation completed
Nikita 4fcd54ec8c RSortedSet performance boost up to 4 times!
Nikita fb8cae7705 Compilation fixed
Nikita 6cdee25f43 RList.fastRemove and fastRemoveAsync methods were added
Nikita f5542bd6b9 RList.remove optimization
Nikita 42b3c1eaaf Added ability to define Codec for RemoteService.
Nikita d4d954effb MultimapCache added to RBatch object.
Nikita f9c1dda0e1 RGeo added to RBatch object.
Nikita 0227a0695d Fixed dead lock during RLock, RSemaphore, RReadWriteLock, RCountDownLatch usage under heavy load. , ,
Nikita Koksharov 93574d4f6b Update README.md
Nikita Koksharov 5ecea4d719 Update CHANGELOG.md
Nikita Koksharov dd30c66137 Update CHANGELOG.md
Nikita ad0fc6c4af [maven-release-plugin] prepare for next development iteration
Nikita 31bc0135f1 [maven-release-plugin] prepare release redisson-2.2.15
Nikita a4f0473514 Iterator infinite scan test added.
Nikita eeba238f42 Map iterator fixed.
jackygurui b24a3e9223 WIP TTL
jackygurui 9cbbe48ab5 TTL WIP
WIP to support live object ttl
Rui Gu a84b43548c bug fix & new test
fixed a class test for checking if the expected type is assignable from
return type
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
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.
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.
jackygurui a8945c6ba0 WIP
1. Simplified the API
2. Added class validation
3. Nested RObject and LiveObject is now supported
Nikita Koksharov 6a263fc41f Merge pull request from fransiskusx/improve_auth_reconnect
improve auth reconnect
Fransiskus Xaverius a3c495f980 improve auth reconnect
jackygurui 7db9f30577 Initial commit for LiveObject
Proof of concept, work in progress.
Nikita 645b1240dc Infinity loop with iterator fixed.
Nikita f8dfdb7154 Fixed NPE in RSortedSet
Nikita a1b6811b73 RedissonSortedSet refactoring
Nikita 601befa6ac RedissonSortedSet refactoring
Nikita 1f8a2e09c3 Performance boost up to 30% for RSortedSet.add method
Nikita ba987a6c59 Merge branch 'master' of github.com:mrniko/redisson
Nikita 2fa485a417 RSortedSet.remove and iterator.remove methods can break elements ordering.
Nikita Koksharov 52db786aab Update CHANGELOG.md
Nikita Koksharov 3fd8e05c08 Update README.md
Nikita Koksharov 4b293fe4f0 Update CHANGELOG.md
Nikita 80a0fbac27 [maven-release-plugin] prepare for next development iteration
Nikita 9211d8f66c [maven-release-plugin] prepare release redisson-2.2.14
Nikita dc76ee372e Merge branch 'master' of github.com:mrniko/redisson