Commit Graph

1793 Commits (4fcd54ec8cc7457434d0eb50de52274658625f3c)
 

Author SHA1 Message Date
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
Nikita Koksharov 7b85da1f21 Update README.md 9 years ago
Nikita Koksharov f02a306d32 Merge pull request #501 from pierredavidbelanger/remote-service-with-serialization-based-codec
Tests for Redisson Remote Service with serialization based codec
9 years ago
Pierre-David Bélanger 54ee22fc88 make remote service request/response related classes implements Serializable to support serialization based codec 9 years ago
Pierre-David Bélanger 0a31e3b28c Two tests to demonstrate that Redisson Remote Service does not work with serialization based codec 9 years ago
Nikita Koksharov 944d4f32f0 Merge pull request #502 from pierredavidbelanger/remote-service-proxy-equals-hashcode
no remote call for toString, equals and hashCode on the client proxy
9 years ago
Pierre-David Bélanger aecf328f75 not make a remote call when toString, equals and hashCode are called on the Remote Service client proxy 9 years ago
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 03a6f06b21 Fixed ClassCastException thrown from SortedSet add method 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
Rui Gu 6fa1768d6b Merge branch 'feature/travis-ci' of https://github.com/jackygurui/redisson into feature/travis-ci
* 'feature/travis-ci' of https://github.com/jackygurui/redisson:
  Timeouts added to topic related tests
  Tidy up 1. Rename TestNameToConsoleRunListener to RedissonTestRunListener 2. Moved Test stats processing code to RedissonTestRunListener from RedissonRuntimeEnvironment.
  test case and fix added to fix issue #487
9 years ago
Rui Gu 74a05eed9e Merge branch 'mrniko/master' into feature/travis-ci
# Conflicts:
#	src/test/java/org/redisson/RedissonMapTest.java
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
jackygurui 80b11e6ebd Timeouts added to topic related tests 9 years ago
jackygurui f5ff53f036 Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
Nikita 7167b1d056 RObject.expireAt fixed. #490 9 years ago
jackygurui 79cac80c8d Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
jackygurui 128dd665dc Tidy up
1. Rename TestNameToConsoleRunListener to RedissonTestRunListener
2. Moved Test stats processing code to RedissonTestRunListener from RedissonRuntimeEnvironment.
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 eaa64c879c 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 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