Commit Graph

5960 Commits (aa58b6f323e317782acbf43fb07f90895faa1d91)
 

Author SHA1 Message Date
Nikita Koksharov aa58b6f323
Update README.md 4 years ago
Nikita Koksharov f4a6f92b69 [maven-release-plugin] prepare for next development iteration 4 years ago
Nikita Koksharov b5149c0a03 [maven-release-plugin] prepare release redisson-3.13.5 4 years ago
Nikita Koksharov 004b941981
Merge pull request #2983 from anjia0532/starter-use-application
feat(starter): support spring config server/appolo/nacos
4 years ago
Nikita Koksharov bf77b70e37 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 8b8f52b202 test fixed 4 years ago
赵安家 6640ab88d6 Merge remote-tracking branch 'origin/starter-use-application' into starter-use-application
# Conflicts:
#	redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonAutoConfiguration.java
#	redisson-spring-boot-starter/src/main/java/org/redisson/spring/starter/RedissonProperties.java
4 years ago
AnJia 64b7266ad0 feat(starter): support spring config server
support spring config server

BREAKING CHANGE: starter config

Signed-off-by: 赵安家 <anjia0532@gmail.com>
4 years ago
Nikita Koksharov 5a35d6bd5a
Merge pull request #3083 from sh1nj1/fix-keys-by-pattern-reactive
Fix - RedissonKeysReactive.getKeysByPattern doesn't use pattern #3082
4 years ago
Soonoh 6cf7094a12 Fix - RKeys.keysByPattern doesn't use pattern #3082
Signed-off-by: Soonoh <so.jung@anypointmedia.com>
4 years ago
Nikita Koksharov 99174e6fba checkstyle fixed 4 years ago
Nikita Koksharov 4ddc8ff6a3 refactoring 4 years ago
Nikita Koksharov ddf502a804 Fixed - RObjectLiveService.delete() method throws ClassCastException. #3073 4 years ago
Nikita Koksharov ccfa4ed03f Fixed - fail to insert key with TTL = 0 if the same key was previously set with non-zero TTL. #3078 4 years ago
Nikita Koksharov 7eb4c4fb49 checkstyle error fixed 4 years ago
Nikita Koksharov c41f59b107 refactoring 4 years ago
Nikita Koksharov 9945e7add8 refactoring 4 years ago
Nikita Koksharov 50cafbb622 Fixed - Pubsub channel isn't reattached to a new master after slot migration #3077 4 years ago
Nikita Koksharov 1f79c80171 refactoring 4 years ago
Nikita Koksharov f73eea3636 Fixed - PingConnectionHandler throws CancellationException. #3072 4 years ago
Nikita Koksharov 9af362b04c checkstyle fixed 4 years ago
Nikita Koksharov f0c7610e76 Feature - merge(), compute(), computeIfAbsent(), computeIfPresent() methods implemented for RMap-based objects. #3064 4 years ago
Nikita Koksharov 287dd1dc41 Fixed - shared session between several Tomcats expires earlier if readMode=Redis and broadcastSessionEvents=false. #3058 4 years ago
Nikita Koksharov 2e9094af01 Fixed - Tomcat session getAttributeNames() method doesn't take in account localcached attributes #3057 4 years ago
Nikita Koksharov 62d968559d Fixed - Incorrect session attributes being returned in UpdateMode=AFTER_REQUEST and ReadMode=REDIS. #3040 4 years ago
Nikita Koksharov 84e28d0b3f Feature - RRingBuffer.setCapacity() method added #3056 4 years ago
Nikita Koksharov eb663c6f2f Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov 5d56315cad test fixed 4 years ago
Nikita Koksharov 731f0396f6 refactoring 4 years ago
Nikita Koksharov b469a438e3
Merge pull request #3048 from jribble/config_property_expansion
Expand config variables from system properties if not found as environment variables.
4 years ago
Nikita Koksharov b33e70ba48
Update README.md 4 years ago
Nikita Koksharov 8bbe102f82
Update README.md 4 years ago
Nikita Koksharov f105674a0d
Update README.md 4 years ago
Nikita Koksharov 699d2f33df Fixed - UpdateValve throws NullPointerException if url context doesn't exist. #3047 4 years ago
Nikita Koksharov 62b5e68c05 refactoring 4 years ago
Jarrod Ribble 4ee9e7a747 Expand config variables from system properties if not found as environment variables.
Allow '.' in config variable names: REDIS.HOST as well as REDIS_HOST

Signed-off-by: Jarrod Ribble <jarrod.ribble@gmail.com>
4 years ago
Nikita Koksharov 9579ee735a netty updated 4 years ago
Nikita Koksharov ce92eca96b Fixed - Old value of RLiveObject's field isn't removed from index #3044 4 years ago
Nikita Koksharov 6d70da7cc6 test fixed 4 years ago
Nikita Koksharov 3ad124c5f5 Fixed - Spring Data Redis RedissonSubscription.onPatternMessage() method throws ClassCastException #3029 4 years ago
Nikita Koksharov ac90258a1a compilation fixed 4 years ago
Nikita Koksharov 7b060790f5 compilation fixed 4 years ago
Nikita Koksharov e6dd0547c6 JSON config is deprecated 4 years ago
Nikita Koksharov 9368957953 JSON config is deprecated 4 years ago
Nikita Koksharov 3595d6e394 deprecated methods removed 4 years ago
Nikita Koksharov 44741c946e deprecated methods removed 4 years ago
Nikita Koksharov aa6d7e3972 deprecated methods removed 4 years ago
Nikita Koksharov 64ee853db3 Fixed - RSemaphore.addPermits() method doesn't work #3038 4 years ago
Nikita Koksharov 0a30cd7655 Merge branch 'master' of github.com:redisson/redisson 4 years ago
Nikita Koksharov fc3329c2a0 warn message added 4 years ago