Commit Graph

5056 Commits (0e13e06d8d96fe356c6a2d847a5362b238d99dc4)
 

Author SHA1 Message Date
Nikita Koksharov f2703e7526 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 355b25a4b4 Fixed - RedisTemplate.radius and RedisConnection.geoRadius throw IllegalArgumentException during response decoding.
xiaoxuan.bai 7771c40434 fix bug: in RedissonNodeConfig constructor with oldConf, miss mapReduceWorkers value set
Zhelyazko Chobantonov c281910669 UpdateValve needs to execute manager.store only once at the end of the request
Nikita Koksharov d3acc0249b
Update README.md
Nikita Koksharov 83f10b120c Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov cf1404c960 refactoring
Nikita Koksharov 6e517726ff
Merge pull request from apemost/fix-readme
Improve syntax highlighting
Andrew Lyu 5be3e93356
Merge branch 'master' into fix-readme
Nikita Koksharov 1224cbf1bf
Update CHANGELOG.md
Nikita Koksharov a0b95c0667
Update CHANGELOG.md
Nikita Koksharov f7d80085de
Update README.md
Nikita Koksharov 8a10339f3d
Update README.md
Nikita Koksharov e5d23becf7
Update CHANGELOG.md
Nikita Koksharov 3e110e033e [maven-release-plugin] prepare for next development iteration
Nikita Koksharov 7597274a3f [maven-release-plugin] prepare release redisson-3.10.7
Nikita Koksharov b338a5f035 refactoring
Nikita Koksharov 8f20f97e34 Feature - range method added to RList, RListReactive and RListRx interfaces.
Nikita Koksharov 89daf178d9 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 07f2e9af7a checkstyle error fixed
Nikita Koksharov eed760548a
Merge pull request from jchobantonov/master
Use codec that is classloader aware fix for 
Nikita Koksharov da41773a8b Fixed - disconnected sentinels shouldn't be listed in sentinel list.
Nikita Koksharov 5f4ec21cc9 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov 9146078ae3 Improvement - 10X Performance boost for JCache.putAll method
Nikita Koksharov fb9d472650
Update README.md
Nikita Koksharov c4dc2128bc
Update README.md
Zhelyazko Chobantonov 2d08717e43 Use codec that is classloader aware fix for
Nikita Koksharov bfb313306b
Merge pull request from jchobantonov/master
when using findSession check if the session exists in Redis first before creating a new one - a fix for 
Zhelyazko Chobantonov 7406b524c6 do not use isExists() method on RMap just get the map and check if the map is not empty
Nikita Koksharov 689f7c95e9 Fixed - LiveObject field with Map type couldn't be persisted.
Nikita Koksharov c9bffacbdd Feature - MILLISECONDS option added to RRateLimiter.RateIntervalUnit object
Nikita Koksharov 328e070873 Fixed - RRateLimiter allows permits exceeding
Nikita Koksharov 184be32c44 Fixed - CompositeCodec.getMapValueDecoder method uses MapKeyDecoder instead of MapValueDecoder
Zhelyazko Chobantonov 7a92208f0a when using findSession check if the session exists in Redis first before creating a new one - a fix for
Nikita Koksharov 98c73ccc14 refactoring
Nikita Koksharov 765d6ed129 Fixed - Memory leak during Queue blocking methods invocation.
Nikita Koksharov a056a200ca Fixed - JCache.removeAll method doesn't notify Cache listeners
Nikita Koksharov c15ceba759 Merge branch 'master' of github.com:redisson/redisson
Nikita Koksharov b6f6931971 Improvement - JCache.getAll execution optimization for non-existing keys.
Nikita Koksharov f8c72c0621
Merge pull request from jchobantonov/master
Remove UpdateValve from pipeline in RedissonSessionManager stopInternal method - resolves  Execute UpdateValve's store session within application classloader - resolves 
Zhelyazko Chobantonov 9ab8fb1ded Remove UpdateValve from pipeline in RedissonSessionManager stopInternal method - resolves
Execute UpdateValve's store session within application classloader - resolves 
Zhelyazko Chobantonov 263871f3a5 Remove UpdateValve from pipeline in RedissonSessionManager stopInternal method - resolves
Execute UpdateValve's store session within application classloader - resolves 
Nikita Koksharov 1d22aa65c9 tomcat updated
Nikita Koksharov f65a9fd482 Maven build fails with "Unable to find: suppressions.xml" error (thanks to jchobantonov)
Nikita Koksharov 60f4c7bbcc suppressions.xml file added
Nikita Koksharov 1332b03ed9 Fixed - Redis Sentinel prior 5.0.1 version doesn't require password. Regression since 3.10.5
Nikita Koksharov ec5873bb1b refactoring
Nikita Koksharov caaeaf591b Fixed - Redisson tries to renewed Lock expiration even if lock doesn't exist. Regression since 3.10.5 version
Nikita Koksharov c7b1b6f745 Feature - Add support for Reactive and RxJava2 interfaces for RemoteService object
Andrew Lyu 0549e570ac
Improve syntax highlighting