Commit Graph

6152 Commits (33ef7d5fb9192f611fc53553fb6f047c17ec3762)
 

Author SHA1 Message Date
Nikita Koksharov 33ef7d5fb9 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov fd07204e88 Fixed - NullPointerException is thrown if Redis node doesn't return "flags" parameter #3308 4 years ago
Nikita Koksharov a293dd310c
Update CHANGELOG.md 4 years ago
Nikita Koksharov e925e2263a
Update README.md 4 years ago
Nikita Koksharov 129806db8e [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov 6554da34e8 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 6bb1bfb522 [maven-release-plugin] prepare release redisson-3.14.1 4 years ago
Nikita Koksharov 253e2f6111
Merge pull request #3293 from ipalbeniz/feature-local-cache-null-values
Feature - Added option to allow null values in a local cache #3221
4 years ago
Iñaki Perez 87b866afe3 Feature - Added option to store cache miss in a local cache #3221
Signed-off-by: Iñaki Perez <ipalbeniz@gmail.com>
4 years ago
Nikita Koksharov 8b7a617131 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov d972e1689f Improvement - keySet().isEmpty() and values().isEmpty() methods of RMap object aren't efficient. #3298 4 years ago
Nikita Koksharov f17145f6cd
Merge pull request #3295 from mikawudi/initConnections-connection-leak
fix: connection leak when initConnections
4 years ago
xujie 72644f83c1 fix: use CountableListener to replace RPromise
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
Nikita Koksharov c5bc1e9cd3 kryo updated 4 years ago
Nikita Koksharov cd4bbe8fdf refactoring 4 years ago
xujie a8720ab437 feat: change field name
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
xujie 5e0a261c3c fix: set freezed when slaveConnectionPool and pubSubConnectionPool all inited completed
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
xujie f8ee488c5a fix: set initing false when set freezeReason not null
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
Nikita Koksharov a5e43bac92 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov a16c5c1b74 Feature - LFU eviction algorithm for RMapCache object. #3265 4 years ago
xujie b7cfd1ff0f fix: add initing status in entry, and set entry freezed status null when all connection inited
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
Iñaki Perez ad59e48aa7 Feature - Added option to allow null values in a local cache #3221
Signed-off-by: Iñaki Perez <ipalbeniz@gmail.com>
4 years ago
Nikita Koksharov bf76f30c2a
Merge pull request #3292 from viviel/checkValueError
Fix check parameter code error and optimize code format
4 years ago
viviel 1ab76dde66 Fix check parameter code error and optimize code format
Signed-off-by: viviel <viviel@163.com>
4 years ago
Nikita Koksharov 3a1d2e1d79 Feature- LFU eviction algorithm for RMapCache object. #3265 4 years ago
Nikita Koksharov a31f0403df
Merge pull request #3219 from xJoeWoo/properties-decoder-performance
Enhance PropertiesDecoder decoding performance
4 years ago
Nikita Koksharov fb7611d1a1
Merge pull request #3269 from mikawudi/watchdog-connection-leak
fix: ConnectionWatchdog connection leak;
4 years ago
Nikita Koksharov 98cf18ae33 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 101bf8ba22 refactoring 4 years ago
Nikita Koksharov fb23ee6ad1
Merge pull request #3235 from blackstorm/nodes-ping-check
RedisNodes ping results check optimization
4 years ago
Nikita Koksharov d882758b52 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 19c29c6677 Fixed - Valve objects should be added in context pipeline instead of engine's pipeline. #3272 4 years ago
Nikita Koksharov 28fd1a2f54
Update README.md 4 years ago
Nikita Koksharov 5ed504856d
Update README.md 4 years ago
Nikita Koksharov 23d2fc8e45
Update README.md 4 years ago
Nikita Koksharov 2710630d39
Update README.md 4 years ago
Nikita Koksharov c1f382576a
Update README.md 4 years ago
Nikita Koksharov 9116907f2e
Update README.md 4 years ago
Nikita Koksharov afc2480ffc
Update README.md 4 years ago
Nikita Koksharov ddc8449ef5
Merge pull request #3271 from qingbozhang/master
feat: fix doc
4 years ago
Nikita Koksharov 4f1a5c3648 Fixed - slaves synchronization timeout isn't respected during RLock.lock() method invocation. #3253 4 years ago
zhangqingbo3 ac7d4e6068 feat: doc 4 years ago
xujie 6c52d3c6ea fix: ConnectionWatchdog connection leak;
Signed-off-by: xujie <mikawudi@qq.com>
4 years ago
Nikita Koksharov c9f7883113 Fixed - Redisson.shutdown() throws RejectedExecutionException. #1736 4 years ago
Nikita Koksharov 049d3d61b7 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 9d0a4486d9 Fixed - count() and addAll() methods of RScoredSortedSetReactive and RScoredSortedSetRx interfaces throw ClassCastException. #3259 4 years ago
Nikita Koksharov e883ca22e5
Update README.md 4 years ago
Nikita Koksharov 8f8a01e956 Fixed - GEORADIUS_RO command should be used instead of GEORADIUS in Spring Redis Data module. #3216 4 years ago
Nikita Koksharov 683b0dfce2 Fixed - Spring Data Redis RedissonConnection.del() method doesn't work in pipeline on Redis cluster. #3237 4 years ago
Nikita Koksharov 4cdfd46042 Merge branch 'master' of github.com:redisson/redisson 4 years ago