Commit Graph

2898 Commits (398cb0c7770201f70fef8a40d2a11a60f4137784)
 

Author SHA1 Message Date
Nikita Koksharov 398cb0c777 Merge pull request #904 from jackygurui/RedissonReferenceSerializable
Redisson Reference Serializable
8 years ago
Rui Gu 2c4761f1b5 Added Serializable to RedissonReference 8 years ago
Rui Gu f17a2551b6 Merge remote-tracking branch 'redisson/master' into RedissonReferenceSerializable 8 years ago
Nikita 68c9dc23fa RedisConnection special constructor added 8 years ago
Nikita bd76707828 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 0053bf325e MapCache listeners added. #879 8 years ago
Nikita Koksharov 386ea8f07a Merge pull request #903 from diogonicoleti/bump-jackson-version
Update Jackson dependencies to version 2.7.6
8 years ago
Diogo Nicoleti cf89ee70ad
bump jackson version to 2.7.6 8 years ago
Nikita 4a37a5e4a4 dnsMonitoring turned on by default for SingleServerConfig 8 years ago
Nikita ee3617be5d Correct keyManagerFactory init with defined password. #842 8 years ago
Nikita a575b5f4c5 netty updated 8 years ago
Nikita 278b6d7ea1 fixed RedissonBoundedBlockingQueue.pollAsync blocks if timeout is less than 1 second #896 8 years ago
Nikita 083065c332 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita e2c9d17848 SentinelConnectionManager should use AUTH with Sentinel servers 8 years ago
Nikita Koksharov a381aea5a3 Merge pull request #894 from jackygurui/add-uri-builder
URIBuilder & SSL in Namespace
8 years ago
Nikita 8f4ab052a7 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 48ddec70e2 unlocking of nested readLock deletes writeLock. #891 8 years ago
Rui Gu 1f1f94209a Merge branch 'redisson/master' into add-uri-builder
# Conflicts:
#
redisson/src/main/java/org/redisson/connection/SentinelConnectionManager
.java
8 years ago
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
8 years ago
Rui Gu 8477f15640 added URIBuilder 8 years ago
Rui Gu e63fe6fd6c moved parseAttribute method to parser support class 8 years ago
Nikita Koksharov 0693ef74a5 Update CHANGELOG.md 8 years ago
Nikita Koksharov 4ac9b3e30a Update README.md 8 years ago
Nikita aac6de5a61 RedissonCacheManager.setAllowNullValues method added. #882 8 years ago
Nikita f6b288d3dd Spring Cache dynamic resolving. #886 8 years ago
Nikita aa79c51f54 compilation fixed 8 years ago
Nikita 803fc814e8 Iterator infinite scan bug fixed #885 8 years ago
Nikita 4ef3d60ac7 Compilation fixed 8 years ago
Nikita 3d55293caa Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita f2d1b9d8e5 null values checking in RDelayedQueue object fixed 8 years ago
Nikita Koksharov 6677895972 Merge pull request #884 from Himanshu4/master
Using Scan command in deleteByPattern
8 years ago
Himanshu Kansal ac1d075cd8 using scan command in delete by pattern 8 years ago
Nikita 15b18abe74 RScoredSortedSet.firstScore, lastScore methods added. #811 8 years ago
Nikita 51fc7ad6c0 underscore support for Uri object 8 years ago
Nikita 89689b4473 Yet another infinite scan fix. #885 8 years ago
Nikita 4f5044995c infinite scan fixed. #885 8 years ago
Nikita 946f712931 RBlockingQueue.takeLastAndOfferFirstTo method added. #881 8 years ago
Nikita 9a756fb96a getClientName didn't set properly 8 years ago
Rui Gu c693816a87 Merge branch 'redisson/master'
* redisson/master: (38 commits)
  SSL support added. #842
  enum Node.InfoSection should be public
  NPE checking in RedissonMapCache added
  JSR107 cache implementation should throw javax.cache.CacheException #850
  Update README.md
  Update CHANGELOG.md
  [maven-release-plugin] prepare for next development iteration
  [maven-release-plugin] prepare release redisson-2.9.2
  netty updated
  zero-allocation-hashing updated to 0.8
  netty updated
  Fixed empty result handling for RGeo.radiusStoreTo methods
  zero-allocation-hashing, byte-buddy and jodd-bean libraries can't be optional. #862
  RRemoteService.getFreeWorkers method added
  refactoring
  Added pre-warm mechanism for locally cached maps
  change API "radiusStore()" -> "radiusStoreTo()"
  add doc for RGeo.radiusStore fromKey
  Update CHANGELOG.md
  Update README.md
  ...
8 years ago
Rui Gu 7b0266a19a Merge branch 'redisson/master' 8 years ago
Nikita adf072ec90 SSL support added. #842 8 years ago
Nikita d7fc137137 enum Node.InfoSection should be public 8 years ago
Nikita f50aa24fff NPE checking in RedissonMapCache added 8 years ago
Nikita 3762b8e229 Merge branch 'master' of github.com:redisson/redisson 8 years ago
Nikita 96e7baad84 JSR107 cache implementation should throw javax.cache.CacheException #850 8 years ago
Nikita Koksharov d98128cb69 Update README.md 8 years ago
Nikita Koksharov 8a691a6620 Update CHANGELOG.md 8 years ago
Nikita 5b3bb84712 [maven-release-plugin] prepare for next development iteration 8 years ago
Nikita b5961401a8 [maven-release-plugin] prepare release redisson-2.9.2 8 years ago
Nikita 6b840af097 netty updated 8 years ago