jackygurui
3ada401c04
Some tweaks to try
...
Trying to use vm instead of container to see if the problem with inconsistent result is getting better.
Switching back to use redis v3.0.7
9 years ago
jackygurui
516202c95f
change the test redis version to 2.8.24.
9 years ago
jackygurui
8fe49a0228
revert the change
...
both sysctl and ulimit command was unsuccessful
9 years ago
jackygurui
0b26f2160d
add lines to change system settings
...
increase the operating system limit to the maximum number of file
descriptors per process
9 years ago
jackygurui
a047be64f2
Merge remote-tracking branch 'mrniko/master' into feature/travis-ci
9 years ago
jackygurui
23e188895e
fixed redisBinary issue
...
fixed redisBinary been set to the directory instead of the binary
9 years ago
jackygurui
9913a98f4f
make redis binary executable by all
9 years ago
jackygurui
e8a054708a
added sudo false
...
We are going to the container
9 years ago
Nikita
950308956a
small refactoring
9 years ago
Nikita
dc9d1776a4
test enhansments
9 years ago
Nikita
3720a71c55
few fixes
9 years ago
Nikita
bc55b700e6
ByteBuffer switched to netty ByteBuffer
9 years ago
Nikita
a941a7f3a1
Config params validation added. #431
9 years ago
Nikita
3207687300
RuntimeExeception replaced with IllegalArgumentException
9 years ago
Nikita
419168951e
RedissonListMultimapCache added. #428
9 years ago
Nikita
f10fb06257
Few comments added
9 years ago
Nikita
021b826aff
EvictionScheduler added to RedissonSetMultimapCache. #428
9 years ago
Nikita
d2c441a0ad
testCluster commented out
9 years ago
Nikita
e9077dd9cc
testRetainAll tuned
9 years ago
Nikita
dbc0149da2
RSetMultimapCache added. #428
9 years ago
jackygurui
3fea33c763
fixed travis sytax issue
9 years ago
jackygurui
94bf560437
use the latest version of redis compiled from source
9 years ago
jackygurui
e6892e96c9
added travis config
9 years ago
jackygurui
44ec1f7845
Merge remote-tracking branch 'mrniko/master'
9 years ago
Nikita Koksharov
7c53c1f730
Merge pull request #443 from jackygurui/feature/RedisRunner_with_params
...
Feature/RedisRunner with params
9 years ago
Rui Gu
b22468172d
Introducing the launchOptions with more elegant way
...
Thanks to @mrniko
9 years ago
Rui Gu
2552919e65
Merge branch 'mrniko/master' into feature/RedisRunner_with_params
9 years ago
Rui Gu
dddad4d4d7
introducing launchOptions local var
9 years ago
Rui Gu
c40168ed89
RedisRunner mods
...
* removed the need to do String aggregation on parameters.
* fixed ```invalid parameter``` error on windows environment.
9 years ago
Nikita Koksharov
bd9a1ecfcf
Merge pull request #442 from jackygurui/feature/RedisRunner_with_params
...
Feature/RedisRunner with params
9 years ago
jackygurui
83c459185a
Merge remote-tracking branch 'mrniko/master' into feature/RedisRunner_with_params
9 years ago
jackygurui
4caa8f4829
Completed RedisRunner mods
...
* RedisRunner now able to launch redis-server using command line
options.
* Added RedisProcess class which wraps Process class and ensures
unified exit code value in both windows and Mac/Unix/Linux.
* Removed argLine configuration from surefire plugin in pom.xml because
it shadows the command line options.
* Changed test files to launch redis-server programmatically.
9 years ago
Nikita
2ca0f2d008
revRank and revRankAsync methods added. #433
9 years ago
Nikita Koksharov
ecfd2502a1
Merge pull request #441 from mrniko/revert-439-crossplatform-tests
...
Revert "Untie tests from Windows absolute paths"
9 years ago
Nikita Koksharov
95f1a5d9ce
Revert "Untie tests from Windows absolute paths"
9 years ago
jackygurui
6ef404b278
WIP update
9 years ago
jackygurui
c1695e0ac8
WIP update
9 years ago
Nikita Koksharov
0eeedd19f0
Merge pull request #439 from ML-Works/crossplatform-tests
...
Untie tests from Windows absolute paths
9 years ago
Dmitry Bobrov
225f2bd78a
Untie tests from Windows absolute paths
9 years ago
Nikita
f5c41d0a79
Merge branch 'master' of github.com:mrniko/redisson
9 years ago
Nikita
d53ebb1153
Publish/Subscribe exhausted connection poll error message fixed. #438
9 years ago
Nikita Koksharov
871484f07e
Merge pull request #435 from ML-Works/master
...
Stop HashedWheelTimer after exception in constructor
9 years ago
Dmitry Bobrov
d9c97a881e
Stop HashedWheelTimer after exception in constructor
9 years ago
jackygurui
76c5ece35a
changed existing test code to use runRedisWithConfigFile method
9 years ago
jackygurui
5b1818516b
added all the redis v3.0.7 config options as enum type
9 years ago
Nikita
424758bed4
few comments added
9 years ago
jackygurui
0e18dd96f5
Make RedisRunner Accepts redis-server cli options
...
WIP
9 years ago
jackygurui
9f664bbaba
Merge remote-tracking branch 'mrniko/master'
9 years ago
Nikita Koksharov
53884ef0aa
Update README.md
9 years ago
Nikita Koksharov
43e2d85384
Merge pull request #432 from jackygurui/issue-#426
...
using stringbuilder for building search range values.
9 years ago