Commit Graph

1815 Commits (d777329743d034c3332142e1c6a6c0fa791daea3)
 

Author SHA1 Message Date
Rui Gu c1cd570186 Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita b870b9cc08 compilation fixed 9 years ago
Nikita 16c5df230f Fixed - cluster state update manager can't try next node if current node fails. #476 9 years ago
jackygurui 246fd7c066 Merge remote-tracking branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita 13664c3153 Fixed cluster initialization. #476 9 years ago
Rui Gu 7da39e4053 Merge branch 'mrniko/master' into feature/travis-ci 9 years ago
Nikita fca186befb Fixed bug with items removing during RedissonMap iteration 9 years ago
Nikita b4bf2c66b2 RGeo.addAsync codec definition fixed 9 years ago
Nikita 904d58d8e9 RMapCache iterator fixed. readAll methods fixed. #471 9 years ago
jackygurui c719812bac Merge remote-tracking branch 'mrniko/master' 9 years ago
jackygurui 1094fcd8b0 Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
Nikita 3a848c0c1d Fixed unnecessary slots migration in cluster mode. #475 9 years ago
jackygurui 04713fcd4b Tidy up
Removed unused imports from tests
Converted nested anonymous class to lambda expression
9 years ago
jackygurui d876dc8438 fixed merge created issue
two methods got removed after merge and did not realise.
9 years ago
jackygurui e3debdb158 Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci
# Conflicts:
#	src/main/java/org/redisson/client/RedisClient.java
#	src/test/java/org/redisson/RedissonGeoTest.java
9 years ago
Nikita 0d59eaea3c Command batches cluster redirect handling fixed 9 years ago
Nikita b60b170d45 RedissonMultimap.fastRemove method cluster compatibility fixed 9 years ago
Nikita Koksharov cb2a6e9736 Merge pull request #472 from jackygurui/patch-1
Test case added for #471
9 years ago
jackygurui 64cf095553 Test case added for #471 9 years ago
Nikita 4f8663f21a Command encoder handlers now are singletons 9 years ago
Nikita abca09e5b7 Replaying phase handling in CommandDecoder 9 years ago
jackygurui 25206b2443 set maximum heap size for tests 9 years ago
Nikita Koksharov 26f2d0a4b9 Merge pull request #470 from jackygurui/LUA-array-indices-start-fix
one more index start fix
9 years ago
jackygurui 5b1591818e Merge branch 'master' of https://github.com/mrniko/redisson into feature/travis-ci 9 years ago
jackygurui c3f6ce0d34 one more index start fix 9 years ago
jackygurui 1df07fa9da one more index start fix 9 years ago
Nikita 1fc619fdfd minor fix 9 years ago
Nikita 6a1cc63b0b Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 5274e762b5 RedissonMultiLock deadlock fixed. #467 9 years ago
Nikita Koksharov 43abd5c0e7 Merge pull request #469 from jackygurui/LUA-array-indices-start-fix
LUA array indices start fix
9 years ago
jackygurui 2001c70921 show memory usage collection and uptime for concurrent tests
In a bit do understand why some concurrent jobs might be killed by
travis
9 years ago
jackygurui 009bfd05e2 A few more LUA array indices started at 0 9 years ago
jackygurui de27fd005e A few more LUA array index started at 0 9 years ago
jackygurui d1da920180 Merge branch 'mrniko/master' into LUA-array-indices-start-fix 9 years ago
jackygurui 785a627a12 Merge remote-tracking branch 'mrniko/master' into feature/travis-ci
# Conflicts:
#	src/main/java/org/redisson/RedissonList.java
#	src/main/java/org/redisson/RedissonSet.java
9 years ago
Nikita 11eaf5d62e License header fixed 9 years ago
Nikita e45d370404 MultiDecoder empty result handling fixed 9 years ago
Nikita 89312c230f LUA arrays start index fixed 9 years ago
jackygurui e470a1ff80 fixed removeAll() for RedissonScoredSortedSetReactive 9 years ago
jackygurui 6de8a1a311 fixed removeAll() for set and list under redis 3.2.0-rc3 9 years ago
Nikita 9bd6a0387b RMap iterator fixed. #468 9 years ago
Rui Gu b7b92ceffc Making the concurrent jobs to wait longer under travis 9 years ago
Rui Gu a7ab6078df Revert "try to see why RedisVersions fails on 3.2.0-rc3 but not other vers"
This reverts commit 9bf8428cde.
9 years ago
Rui Gu b0aa3bb320 fixed RedisVersion regex to use variable length matching 9 years ago
Rui Gu 9bf8428cde try to see why RedisVersions fails on 3.2.0-rc3 but not other vers 9 years ago
Nikita d03e0de847 Fixed probably thread blocking issues #455 9 years ago
Rui Gu 9005f25688 Fixed Multimap Cache test
After multi map expired, should test collection emptiness using
isEmpty() instead of using contains() with no params.
9 years ago
Rui Gu 83633b238f Enhancements to handle redis server version during test
Added RedisVersion class
Moved version related information from RedisRunner.RedisProcess to
RedisVersion
Added code that performs redis version check on commands that only
available to redis at or above given version number
Enabled RedissonGeoTest for all versions in travis (Should auto skip
the test class when version number mismatch)
9 years ago
Rui Gu cde9ba7b4a Fixed SpringCacheTest
Now SpringCacheTest starts its own redis instance
9 years ago
Rui Gu 43b74f5cf1 fixed instance field 'redisson' not initialised in travis env bug 9 years ago