Commit Graph

1839 Commits (f36bade5c1b5a52e937d67b4263a2fd1fb3e3480)
 

Author SHA1 Message Date
Nikita 1e492d8269 netty updated 9 years ago
Nikita 0697b278ee SlaveConnectionPool added 9 years ago
Nikita b23b6adc03 Connection pool refactoring 9 years ago
Nikita ba18a3c5a7 code cleanup 9 years ago
Nikita e061d1c7d7 Redisson failed to start when one of sentinel servers is down. Fixed. 9 years ago
Nikita c619e5634a Empty result handling for RedisCommands.SENTINEL_SLAVES command fixed. #391 9 years ago
Nikita e95b6d6a80 Cluster slave nodes up/down state discovery fixed 9 years ago
Nikita f43f48f33f logging fixed 9 years ago
Nikita 3e4f8af512 compilation fixed 9 years ago
Nikita 1743ca6212 Sentinel slave can't stay freezed when it just added 9 years ago
Nikita 897f4cc524 Sentinel offline slaves handling during Redisson start. #391 9 years ago
Nikita 1723e68bed RedissonCacheManager renamed to RedissonSpringCacheManager. More params added to constructor. #388 9 years ago
Nikita 5b625d3b2e readAllKeySet, readAllValues, readAllEntry methods with async variation added to RMap. #389 9 years ago
Nikita 6b75799e92 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 5ab7c73691 SELECT command can't be executed with Sentinel node. #387 9 years ago
Nikita Koksharov f9badde110 Update README.md 9 years ago
Nikita e2d2861eb3 last changes rolled back. New tests for failed connection exception added 9 years ago
Nikita 39dc3579cf Connection timeout error message fixed 9 years ago
Nikita 40cb680a71 Merge branch 'master' of github.com:mrniko/redisson 9 years ago
Nikita 34812e3ce7 RedisConnectionException should be throw if Redisson can't connect to servers. Fix for single server and master slave modes #343 9 years ago
Nikita cfa8872bc0 Database setting removed from cluster configuration 9 years ago
Nikita Koksharov 1397147925 Update CHANGELOG.md 9 years ago
Nikita b6777db0e8 [maven-release-plugin] prepare for next development iteration 9 years ago
Nikita c31fbe7ef5 [maven-release-plugin] prepare release redisson-2.2.6 9 years ago
Nikita a854d79b19 System.out removed 9 years ago
Nikita 2262fbcf81 dependencies updated 9 years ago
Nikita 6cdc12d317 Comments added 9 years ago
Nikita Koksharov ef7538843a Merge pull request #382 from jackygurui/master
variables referred by anonymous inner class has to be final.
9 years ago
jackygurui bbbf16c59a fixed compilation issue: variables referred by anonymous inner class has to be marked as final. 9 years ago
jackygurui 8418d808a8 Merge branch 'mrniko/master' 9 years ago
Nikita 77d54658b4 new methods added to RedissonMultiLock 9 years ago
Nikita d9ce5998ff multilock test configs added 9 years ago
Nikita f6feb6ef28 Add lock subscription release hook if subscription
has not been executed during await timeout.
9 years ago
Nikita d8beeab912 compilation fixed 9 years ago
Nikita ade8ef7a05 ReadMode.MASTER_SLAVE added. #380 9 years ago
Nikita 91e4d7e4e4 Cluster slave discovery regression since 2.1.5 fixed 9 years ago
Nikita e3cd3755b9 Sentinel slave discovery regression since 2.1.5 fixed 9 years ago
Nikita 06ea921e9c readMode setting introduced. #380 9 years ago
Nikita 9969a92a85 Added RedissonCacheManager constructor with Redisson instance. #346 9 years ago
Nikita 6e96d9d337 Config YAML format support 9 years ago
Nikita eabfc460e3 Spring cache YAML config format support. #346 9 years ago
Nikita 90e8fed310 Spring cache config simplified. #346 9 years ago
Nikita 0eaba2ac59 code cleanup 9 years ago
Nikita 9b4a20cd71 Ability to read Spring config cache from JSON format. #346 9 years ago
Nikita fef863ea4c Ability to config Spring cache. #346 9 years ago
Nikita 0cc1f11ec1 error msg fixed 9 years ago
Nikita 053630895f tests enhancements 9 years ago
Nikita 4ad621999e few comments added 9 years ago
Nikita 19b3130475 trim and trimAsync methods added to RList. #364 9 years ago
Nikita a921cb009d readAll and readAllAsync methods added to RList. #374 9 years ago