jackygurui
cb1e0e667a
revert back iteration to 100
9 years ago
jackygurui
982865e220
Tell travis ignore testConcurrency_MultiInstance_10_permits test
9 years ago
jackygurui
a79abf9e45
increase iterations to 105
9 years ago
jackygurui
02f30093ca
Revert back to use CyclicBarrier instead of CountDownLatch
9 years ago
jackygurui
799de99837
trying to replace cyclic barrier with count down latch
9 years ago
Rui Gu
9eeb4c05e4
Revert "ConcurrentTest optimisation"
...
This reverts commit d9610a2f29
.
9 years ago
Rui Gu
4cbae15a28
Fixed RedissonConcurrentMapTest
...
removed two unnecessary lines that's causing the problem.
9 years ago
Rui Gu
d9610a2f29
ConcurrentTest optimisation
...
Reverting back BaseConcurrentTest to use ExecutorService instead of
ForkJoinPool.
9 years ago
Rui Gu
945426f360
Fixed spring cache test starting too many redis instances
9 years ago
Rui Gu
e0bf407124
Removed duplicated method
9 years ago
Rui Gu
4a2e7af460
Merge branch 'mrniko/master' into feature/travis-ci
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
16d44c7a1f
Switch on detailed output in maven
9 years ago
jackygurui
080ad65bfe
Fixed RedissonSemaphorTest
...
Added testMultiInstanceConcurrencySequentiallyLaunched method to launch
concurrent tests via for loop instead of stream.
Modified testConcurrency_MultiInstance_10_permits to use
testMultiInstanceConcurrencySequentiallyLaunched for concurrent test.
9 years ago
jackygurui
bc01cf143a
Fixed removeAll bug in RedissonSet
...
In removeAll method, wrong list was passed to the command executor.
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
jackygurui
820dba2b2e
Merge remote-tracking branch 'mrniko/master' into feature/travis-ci
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
jackygurui
b514e9a9e7
Merge remote-tracking branch 'mrniko/master' into feature/travis-ci
9 years ago
Nikita
3aaf6b5fa0
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
9a01cec004
RSetCache few improvements
9 years ago
Nikita Koksharov
d82678b103
Update README.md
9 years ago
Nikita
5675806bfb
Error in RSetCache.readAll fixed. Expiration override in RSetCache.add fixed. #481
9 years ago
Nikita
c9ac67ea7e
Few iterator improvements
9 years ago
Nikita
d9f2efba59
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
4a1f2e57b6
Compilation fixed
9 years ago
Nikita
cd7e6ad8db
RSet.retainAll, containsAll, removeAll methods optimized up to 100x times. RSet refactoring
9 years ago
Nikita Koksharov
52815e077b
Update CHANGELOG.md
9 years ago
Nikita
5dd49addc8
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
bca8ae5c76
[maven-release-plugin] prepare release redisson-2.2.12
9 years ago
Nikita
59b9f89f37
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
a0016771c0
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
f5b46afdf7
[maven-release-plugin] prepare for next development iteration
9 years ago
Nikita
b0ddb04d8e
[maven-release-plugin] prepare release redisson-2.2.12
9 years ago
jackygurui
be455a33bd
Lambda conversion
9 years ago
jackygurui
a5ea392880
Enhancement to RedissonRuntimeEnvironment
...
When running in travis, output uptime and memory usage every 10 seconds
to make travis’ watch dog happy.
9 years ago
jackygurui
2be8abd73c
Merge remote-tracking branch 'mrniko/master' into feature/travis-ci
9 years ago
Nikita Koksharov
4c23d3236a
Update README.md
9 years ago
Rui Gu
0f19122ef8
Merge branch 'mrniko/master' into feature/travis-ci
9 years ago
Rui Gu
37f9030649
Merge branch 'mrniko/master' into feature/travis-ci
...
# Conflicts:
# src/test/java/org/redisson/RedissonSemaphoreTest.java
9 years ago
Nikita
f14b794391
RScoredSortedSet rank NPE fixed. #478
9 years ago
Nikita
bafeb5ab11
Merge branch 'master' of github.com:mrniko/redisson
9 years ago