Commit Graph

1509 Commits (f6f83d285b8065224193893e12fafa6128572cb7)
 

Author SHA1 Message Date
Nikita Koksharov 359f5b16dd Update README.md
Nikita 349f9e9efb Sentinel doesn't support AUTH command.
Nikita e81f14818a testStringCodec added
Nikita 1cad273687 Merge branch 'master' of github.com:mrniko/redisson
Nikita b0e3eb8364 RMap iterator fixed.
Nikita Koksharov 7ab200c058 Update README.md
Nikita Koksharov a9a23dd033 Update CHANGELOG.md
Nikita f622964a1d [maven-release-plugin] prepare for next development iteration
Nikita b2db5ab91f [maven-release-plugin] prepare release redisson-2.2.7
Nikita 13b956eef2 new test added
Nikita 87f5746706 refactoring
Nikita f05299dc1e RMap filter methods are deprecated
Nikita f843275b7f Minimal connections amount initialization fixed.
Nikita 01be3348b5 error msg fixed
Nikita 85a0257d48 Version logging added
Nikita 4e8450361a RedissonKeysReactive refactored
Nikita b728aff3d7 RKeys.deleteByPattern throws an error in cluster mode. Fixed
Nikita cffd15bcbb error msg fixed
Nikita 7bd8998575 RKeys.delete execution optimization in non cluster mode
Nikita 7583397694 RKeys.deleteAsync wasn't worked in cluster mode. Fixed.
Nikita 1e492d8269 netty updated
Nikita 0697b278ee SlaveConnectionPool added
Nikita b23b6adc03 Connection pool refactoring
Nikita ba18a3c5a7 code cleanup
Nikita e061d1c7d7 Redisson failed to start when one of sentinel servers is down. Fixed.
Nikita c619e5634a Empty result handling for RedisCommands.SENTINEL_SLAVES command fixed.
Nikita e95b6d6a80 Cluster slave nodes up/down state discovery fixed
Nikita f43f48f33f logging fixed
Nikita 3e4f8af512 compilation fixed
Nikita 1743ca6212 Sentinel slave can't stay freezed when it just added
Nikita 897f4cc524 Sentinel offline slaves handling during Redisson start.
Nikita 1723e68bed RedissonCacheManager renamed to RedissonSpringCacheManager. More params added to constructor.
Nikita 5b625d3b2e readAllKeySet, readAllValues, readAllEntry methods with async variation added to RMap.
Nikita 6b75799e92 Merge branch 'master' of github.com:mrniko/redisson
Nikita 5ab7c73691 SELECT command can't be executed with Sentinel node.
Nikita Koksharov f9badde110 Update README.md
Nikita e2d2861eb3 last changes rolled back. New tests for failed connection exception added
Nikita 39dc3579cf Connection timeout error message fixed
Nikita 40cb680a71 Merge branch 'master' of github.com:mrniko/redisson
Nikita 34812e3ce7 RedisConnectionException should be throw if Redisson can't connect to servers. Fix for single server and master slave modes
Nikita cfa8872bc0 Database setting removed from cluster configuration
Nikita Koksharov 1397147925 Update CHANGELOG.md
Nikita b6777db0e8 [maven-release-plugin] prepare for next development iteration
Nikita c31fbe7ef5 [maven-release-plugin] prepare release redisson-2.2.6
Nikita a854d79b19 System.out removed
Nikita 2262fbcf81 dependencies updated
Nikita 6cdc12d317 Comments added
Nikita Koksharov ef7538843a Merge pull request from jackygurui/master
variables referred by anonymous inner class has to be final.
jackygurui bbbf16c59a fixed compilation issue: variables referred by anonymous inner class has to be marked as final.
jackygurui 8418d808a8 Merge branch 'mrniko/master'