Nikita Koksharov
|
7ba4ae74e2
|
Update README.md
|
9 years ago |
Nikita Koksharov
|
9f015ef024
|
Update README.md
|
9 years ago |
Nikita Koksharov
|
679b702cb4
|
Merge pull request #499 from jackygurui/fix-SortedSet-add-throws-ClassCastException
Fix SortedSet add throws ClassCastException
|
9 years ago |
Rui Gu
|
9793ce2c56
|
Fixed ClassCastException thrown from SortedSet add method
|
9 years ago |
Nikita Koksharov
|
52c223fdea
|
Update README.md
|
9 years ago |
Rui Gu
|
a4c9b412df
|
Merge branch 'mrniko/master'
|
9 years ago |
Nikita Koksharov
|
215cd32090
|
Merge pull request #498 from pierredavidbelanger/executors-amount-is-not-enforced-fix
Executors amount is not enforced (failing test case AND its fix)
|
9 years ago |
Pierre-David Bélanger
|
98593473ac
|
The red test case (about executorsAmount that is not enforced) is now green
|
9 years ago |
Nikita Koksharov
|
443030e7a4
|
Merge pull request #495 from pierredavidbelanger/remote-service-interface-custom-prefix
Allows one to specify the remote service interface prefix (idea from #494)
|
9 years ago |
Pierre-David Bélanger
|
7e1e95d993
|
A failing test case to demonstrate that the executorsAmount is not enforced so the server could exceed the allowed concurrency (question is here #493)
|
9 years ago |
Pierre-David Bélanger
|
b49364eee6
|
Allows one to specify the remote service interface prefix (idea from #494)
|
9 years ago |
Nikita
|
61d3293cb3
|
Matchers and MatcherAssert removed from few tests
|
9 years ago |
Nikita
|
541b3e1eaf
|
RList.addBefore and RList.addAfter methods added. #429
|
9 years ago |
Nikita
|
382236cd17
|
RScoredSortedSet.count added. #458
|
9 years ago |
Nikita
|
7167b1d056
|
RObject.expireAt fixed. #490
|
9 years ago |
Nikita
|
62712c656d
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
8dc10d3e5e
|
CommandEncoder minor optimization
|
9 years ago |
Nikita Koksharov
|
6dc2f14843
|
Merge pull request #488 from jackygurui/fix_issue_#487
Fix issue #487
|
9 years ago |
Nikita Koksharov
|
91e44ddf9b
|
Merge pull request #489 from jackygurui/patch-3
Looks like the Redis spec has changed
|
9 years ago |
jackygurui
|
6a30f67d6b
|
Looks like the Redis spec has changed
Since 3.2.0, the GEODIST command seems always rounding up the result to 4 digits decimal places.
|
9 years ago |
jackygurui
|
1190af0349
|
test case and fix added to fix issue #487
The ArrayOutOfBoundsException is thrown and returned null when polling from a RedissonBlockingQueue with key size is exactly 1.
|
9 years ago |
jackygurui
|
855a39f263
|
Merge branch 'master' of https://github.com/mrniko/redisson
|
9 years ago |
jackygurui
|
b1a1869551
|
Merge branch 'mrniko/master'
|
9 years ago |
Nikita
|
3e95416f34
|
comment fixed
|
9 years ago |
Nikita
|
9b8d21ee47
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
6f6f0ffde4
|
Script issue fixed in RScoredSortedSet.retainAll
|
9 years ago |
Nikita Koksharov
|
5f80bd3ac6
|
Merge pull request #485 from ZizhengTai/master
Bump up version number in README.md
|
9 years ago |
Zizheng Tai
|
0490d1be91
|
Bump up version number in README.md
|
9 years ago |
Nikita
|
1d123af02b
|
few comments added
|
9 years ago |
Nikita
|
62d4e85d2a
|
RLexSortedSet.readAll, pollFirst, pollLast, first, last and revRank methods added
|
9 years ago |
Nikita
|
0cc9c73e1d
|
RScoredSortedSet.readAll methods added
|
9 years ago |
Nikita Koksharov
|
5173d2d0e5
|
Merge pull request #484 from weiqiyiji/entryValueReversed
Add entryValueReversed && entryValueReversedAsync to RedissonScoredSo…
|
9 years ago |
Ji Luo
|
a4dc7153f3
|
Add entryValueReversed && entryValueReversedAsync to RedissonScoredSortedSet
|
9 years ago |
Nikita Koksharov
|
e2fda29b82
|
Update CHANGELOG.md
|
9 years ago |
Nikita
|
701d4cee7b
|
[maven-release-plugin] prepare for next development iteration
|
9 years ago |
Nikita
|
e6ce9776eb
|
[maven-release-plugin] prepare release redisson-2.2.13
|
9 years ago |
Nikita
|
0453ede0da
|
RScoredSortedSet.containsAll, removeAll, retainAll methods optimization
|
9 years ago |
Nikita
|
a249586ef8
|
RSet.diff and RSet.intersection methods were added
|
9 years ago |
Nikita
|
3302870c57
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |
Nikita
|
7b7e02110e
|
RSet.removeAll test added
|
9 years ago |
Nikita
|
0b5ffa6370
|
comment fixed
|
9 years ago |
Nikita Koksharov
|
222f45bd19
|
Merge pull request #482 from jackygurui/more-shutdown-options
More shutdown options
|
9 years ago |
Nikita Koksharov
|
863454b0c7
|
Merge pull request #483 from jackygurui/patch-2
Fixed removeAll bug in RedissonSet
|
9 years ago |
jackygurui
|
8029f91b60
|
Fixed removeAll bug in RedissonSet
In removeAll method, wrong list was passed to the command executor.
|
9 years ago |
jackygurui
|
2718f70b4a
|
added redisson client shutdown options
Overloaded shutdown method to allow specifying the timeout and the
quiet period.
|
9 years ago |
jackygurui
|
2e45721fa2
|
Merge remote-tracking branch 'mrniko/master'
|
9 years ago |
Nikita
|
7ddbc8cd03
|
Minor changes
|
9 years ago |
Nikita
|
f8318a205f
|
Possible infinity RLock expiration renewal fixed
|
9 years ago |
Nikita
|
747647b554
|
Big optimization of RSetCache!
|
9 years ago |
Nikita
|
3aaf6b5fa0
|
Merge branch 'master' of github.com:mrniko/redisson
|
9 years ago |