jackygurui
|
a8945c6ba0
|
WIP
1. Simplified the API
2. Added class validation
3. Nested RObject and LiveObject is now supported
|
9 years ago |
jackygurui
|
7db9f30577
|
Initial commit for LiveObject
Proof of concept, work in progress.
|
9 years ago |
Nikita
|
f8dfdb7154
|
Fixed NPE in RSortedSet
|
9 years ago |
Nikita
|
a1b6811b73
|
RedissonSortedSet refactoring
|
9 years ago |
Nikita
|
601befa6ac
|
RedissonSortedSet refactoring
|
9 years ago |
Nikita
|
1f8a2e09c3
|
Performance boost up to 30% for RSortedSet.add method
|
9 years ago |
Nikita
|
ba987a6c59
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
2fa485a417
|
RSortedSet.remove and iterator.remove methods can break elements ordering. #514
|
9 years ago |
Nikita Koksharov
|
52db786aab
|
Update CHANGELOG.md
|
9 years ago |
Nikita Koksharov
|
3fd8e05c08
|
Update README.md
|
9 years ago |
Nikita Koksharov
|
4b293fe4f0
|
Update CHANGELOG.md
|
9 years ago |
Nikita
|
80a0fbac27
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
9211d8f66c
|
[maven-release-plugin] prepare release redisson-2.2.14
|
9 years ago |
Nikita
|
dc76ee372e
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
31232a7260
|
Ability to execute interface methods used for RemoteService in asynchronous way. #513
|
9 years ago |
Nikita Koksharov
|
dd00876037
|
Merge pull request #512 from jackygurui/patch-1
Added RedissonFairLockTest to travis job list
|
9 years ago |
jackygurui
|
70097bbb6c
|
Added RedissonFairLockTest to travis job list
|
9 years ago |
Nikita
|
a4e138a8e7
|
CommandBatchService refactoring
|
9 years ago |
Nikita
|
dfbc26b2d3
|
RBatch redirect handling optimization
|
9 years ago |
Nikita
|
e381d0f116
|
RedissonFairLock implemented. #511
|
9 years ago |
Nikita
|
7bdeededfe
|
Lock refactoring
|
9 years ago |
Nikita
|
2c6d868648
|
RSemaphoreAsync implemented. #504
|
9 years ago |
Nikita
|
52c67184c0
|
RLock.tryLockAsync timeWait checking fixed
|
9 years ago |
Nikita
|
148d692c69
|
RLock.tryLockAsync fixed
|
9 years ago |
Nikita
|
b825056713
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
d498e209d9
|
minor test refactoring
|
9 years ago |
Nikita
|
d762ac11e7
|
comment fixed
|
9 years ago |
Nikita Koksharov
|
f6ddfb65eb
|
Merge pull request #510 from jackygurui/patch-4
My bad
|
9 years ago |
jackygurui
|
189f3d8b3d
|
My bad
I committed the same code change in two different branch, should use merge.
|
9 years ago |
Nikita Koksharov
|
8fbeca9d5f
|
Merge pull request #509 from jackygurui/feature/travis-ci
Feature/travis ci
|
9 years ago |
Nikita Koksharov
|
8740992f74
|
Merge pull request #508 from jackygurui/patch-3
To fix a compilation issue.
|
9 years ago |
Rui Gu
|
a0dc7afe67
|
added @Override
|
9 years ago |
jackygurui
|
207d1aaaf9
|
added @Override
|
9 years ago |
Rui Gu
|
7365a53f38
|
To fix a compilation issue.
|
9 years ago |
jackygurui
|
6e80dad09b
|
To fix a compilation issue.
|
9 years ago |
Rui Gu
|
28bb3314f4
|
Merge branch 'mrniko/master' into feature/travis-ci
|
9 years ago |
Rui Gu
|
4cadbd6f2b
|
Merge branch 'mrniko/master' into feature/travis-ci
|
9 years ago |
Nikita
|
8d8aed3bf0
|
Possible race-condition in RemoteService fixed. #507
|
9 years ago |
Nikita
|
fb350c346d
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
b9e832f353
|
FstCodec fixed
|
9 years ago |
Nikita Koksharov
|
6efc846968
|
Update README.md
|
9 years ago |
Nikita Koksharov
|
056c3a8afa
|
Merge pull request #497 from pierredavidbelanger/unacknowledged-fire-and-forget
proof of concept for unacknowledged and/or fire-and-forget calls in RRemoteService
|
9 years ago |
Rui Gu
|
8b1ba7e582
|
fixed redis instance not stopped issue
there are more this situations been fixed.
|
9 years ago |
Rui Gu
|
db5222ef59
|
fixed the redis instance not stopped issue
The startDefaultRedisServerInstance is called instead of
shutDownDefaultRedisServerInstance in the after class of BaseTest
|
9 years ago |
Nikita
|
dc45763128
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
6383d5088b
|
FSTObjectOutput shouldn't be closed after write. #505
|
9 years ago |
Pierre-David Bélanger
|
9ee20f69f5
|
send the RemoteInvocationOptions into the RemoteServiceRequest for server side use
|
9 years ago |
Pierre-David Bélanger
|
d1fe17c201
|
Do not rely on negative values in RedissonRemoteService, use RemoteInvocationOptions methods instead
|
9 years ago |
Pierre-David Bélanger
|
dd01fdbc14
|
Introduce a new option class to control the ack/execution timeouts instead of relying on negative timeout values
|
9 years ago |
Pierre-David Bélanger
|
b2e58d6a25
|
proof of concept for unacknowledged and/or fire-and-forget calls in RRemoteService
|
9 years ago |