Nikita
ac3278d94b
RemoteService timeout handling fixed. #434
9 years ago
Nikita
5e2cbe6a2f
RemoteSerivce shutdown process optimization. #446
9 years ago
Nikita
7884c07b09
comment fixed
9 years ago
Nikita
7fc8116066
RemoteService.get method with timeout invocation added. #434
9 years ago
Nikita
58472c6cf9
RRemoteService.register method with custom executors amount added. #434
9 years ago
Nikita
43e632bfdf
minor RemoteService improvements
9 years ago
Nikita
f152c23d57
sysout removed
9 years ago
Nikita
73452d9974
RemoteService implemented. #434
9 years ago
Nikita
9c33b274f9
Ability to cancel BRPOP and BLPOP async command execution. #446
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
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
jackygurui
996e436dab
Use string builder for building search range values.
9 years ago
jackygurui
1dfc335be5
Merge remote-tracking branch 'mrniko/master' into issue-#426
9 years ago
Nikita
c7b8ee9a62
compilation fixed
9 years ago