Commit Graph

2960 Commits (8a7f5574f5541e322bedd769da5ed698022fa0db)
 

Author SHA1 Message Date
Nikita Koksharov dd491f3e62 Create CHANGELOG.md
Nikita Koksharov 7ab735e78c Create CHANGELOG.md
Nikita 8de0f4314c Merge branch 'master' of github.com:redisson/redisson
Nikita a6fbdf5cb4 Fixed - connection listener is not invoked in some cases
Nikita Koksharov 15e5afc276 Create README.md
Nikita Koksharov 4079027124 Create CHANGELOG.md
Nikita 519956b683 [maven-release-plugin] prepare for next development iteration
Nikita 4c8e3c0c42 [maven-release-plugin] prepare release redisson-2.9.3
Nikita 48c4a87c51 imports fixed
Nikita c9f9aaf127 lockWatchdogTimeout config parameter introduced.
Nikita 0fe6a42c0c RedissonMapCache cluster support improvements
Nikita dac88df5e2 RedissonReference refactoring
Nikita Koksharov 398cb0c777 Merge pull request from jackygurui/RedissonReferenceSerializable
Redisson Reference Serializable
Rui Gu 2c4761f1b5 Added Serializable to RedissonReference
Rui Gu f17a2551b6 Merge remote-tracking branch 'redisson/master' into RedissonReferenceSerializable
Nikita 68c9dc23fa RedisConnection special constructor added
Nikita bd76707828 Merge branch 'master' of github.com:redisson/redisson
Nikita 0053bf325e MapCache listeners added.
Nikita Koksharov 386ea8f07a Merge pull request from diogonicoleti/bump-jackson-version
Update Jackson dependencies to version 2.7.6
Diogo Nicoleti cf89ee70ad
bump jackson version to 2.7.6
Nikita 4a37a5e4a4 dnsMonitoring turned on by default for SingleServerConfig
Nikita ee3617be5d Correct keyManagerFactory init with defined password.
Nikita a575b5f4c5 netty updated
Nikita 278b6d7ea1 fixed RedissonBoundedBlockingQueue.pollAsync blocks if timeout is less than 1 second
Nikita 083065c332 Merge branch 'master' of github.com:redisson/redisson
Nikita e2c9d17848 SentinelConnectionManager should use AUTH with Sentinel servers
Nikita Koksharov a381aea5a3 Merge pull request from jackygurui/add-uri-builder
URIBuilder & SSL in Namespace
Nikita 8f4ab052a7 Merge branch 'master' of github.com:redisson/redisson
Nikita 48ddec70e2 unlocking of nested readLock deletes writeLock.
Rui Gu 1f1f94209a Merge branch 'redisson/master' into add-uri-builder
# Conflicts:
#
redisson/src/main/java/org/redisson/connection/SentinelConnectionManager
.java
Rui Gu 1c7b2a251c added redisson-1.1.xsd to support SSL related changes
changed the creation of RedisClient to use RedisClientConfig
updated test xml to use 1.1 xsd
updated wiki test xml to include SSL related configs in reflection to
changes made in wiki
Rui Gu 8477f15640 added URIBuilder
Rui Gu e63fe6fd6c moved parseAttribute method to parser support class
Nikita Koksharov 0693ef74a5 Update CHANGELOG.md
Nikita Koksharov 4ac9b3e30a Update README.md
Nikita aac6de5a61 RedissonCacheManager.setAllowNullValues method added.
Nikita f6b288d3dd Spring Cache dynamic resolving.
Nikita aa79c51f54 compilation fixed
Nikita 803fc814e8 Iterator infinite scan bug fixed
Nikita 4ef3d60ac7 Compilation fixed
Nikita 3d55293caa Merge branch 'master' of github.com:redisson/redisson
Nikita f2d1b9d8e5 null values checking in RDelayedQueue object fixed
Nikita Koksharov 6677895972 Merge pull request from Himanshu4/master
Using Scan command in deleteByPattern
Himanshu Kansal ac1d075cd8 using scan command in delete by pattern
Nikita 15b18abe74 RScoredSortedSet.firstScore, lastScore methods added.
Nikita 51fc7ad6c0 underscore support for Uri object
Nikita 89689b4473 Yet another infinite scan fix.
Nikita 4f5044995c infinite scan fixed.
Nikita 946f712931 RBlockingQueue.takeLastAndOfferFirstTo method added.
Nikita 9a756fb96a getClientName didn't set properly