Johno Crawford
|
4611323560
|
Add multi member / batch methods to scored sorted set.
Signed-off-by: Johno Crawford <johno.crawford@gmail.com>
|
5 years ago |
Nikita Koksharov
|
f4ad9382e1
|
Fixed - connections to slave are doubled after redis cluster failover. #2672
|
5 years ago |
Nikita Koksharov
|
53fbbf7d1f
|
Fixed - connections to master are doubled after redis cluster failover. #2672
|
5 years ago |
Nikita Koksharov
|
5e16a5bf92
|
netty updated
|
5 years ago |
Nikita Koksharov
|
2a856df488
|
Fixed - RejectedExecutionException thrown by RedisClient.connectAsync method during shutdown process.
|
5 years ago |
Nikita Koksharov
|
f746df0545
|
Fixed - RejectedExecutionException thrown by RedisClient.connectAsync method during shutdown process.
|
5 years ago |
Nikita Koksharov
|
521fef8cca
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
ea9a2f8243
|
refactoring
|
5 years ago |
Nikita Koksharov
|
bdcd2cc5aa
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
b0fc6b74e6
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
df73dc3bdf
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
a23f674a19
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
659c231739
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
d2b7b2d37c
|
Fixed - MarshallingCodec encoder stops to work correctly if non-serialized object was serialized. #2725
|
5 years ago |
Nikita Koksharov
|
ddff03ddd3
|
refactoring
|
5 years ago |
Nikita Koksharov
|
57132c32b8
|
Default codec changed to MarshallingCodec #2722
|
5 years ago |
Nikita Koksharov
|
61458e4f29
|
Default codec changed to MarshallingCodec #2722
|
5 years ago |
Nikita Koksharov
|
e5deb5c88f
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
c7036d9339
|
Fixed - Cache isn't applied to hibernate collection, that is joined by non primary key field #2708
|
5 years ago |
Nikita Koksharov
|
e197c43107
|
unnecessary dependencies removed
|
5 years ago |
Nikita Koksharov
|
b13399ce95
|
Fixed - hibernate 5.3 doesn't wrap cache exception into CacheException object
|
5 years ago |
Nikita Koksharov
|
4c11f13e9b
|
refactoring
|
5 years ago |
Nikita Koksharov
|
9f04fd1617
|
Merge pull request #2709 from xJoeWoo/fix-wrong-set-command
#2702 Fix RedissonReactiveStringCommands.set using wrong SET RedisCommand
|
5 years ago |
xJoeWoo
|
1d337e9336
|
#2702 Fix RedissonReactiveStringCommands.set using wrong SET RedisCommand
Signed-off-by: xJoeWoo <xjoewoo@gmail.com>
|
5 years ago |
Nikita Koksharov
|
becacb350a
|
RedissonRedLockTest test excluded
|
5 years ago |
Nikita Koksharov
|
9b3584e7be
|
refactoring
|
5 years ago |
Nikita Koksharov
|
c2fde5b0fa
|
refactoring
|
5 years ago |
Nikita Koksharov
|
592e014baa
|
Merge branch 'master' of github.com:redisson/redisson
|
5 years ago |
Nikita Koksharov
|
0e27a28db5
|
Fixed - errors are logged at ERROR level.
|
5 years ago |
Nikita Koksharov
|
bf8e9d358e
|
Update README.md
|
5 years ago |
Nikita Koksharov
|
583156498a
|
Update CHANGELOG.md
|
5 years ago |
Nikita Koksharov
|
2a36772f78
|
[maven-release-plugin] prepare for next development iteration
|
5 years ago |
Nikita Koksharov
|
02bea4da1a
|
[maven-release-plugin] prepare release redisson-3.12.5
|
5 years ago |
Nikita Koksharov
|
d4b7c7b33e
|
Transactions don't work
|
5 years ago |
Nikita Koksharov
|
999d4e9fe2
|
Spring Boot with Spring session integration test added
|
5 years ago |
Nikita Koksharov
|
7f290b7782
|
log output fixed
|
5 years ago |
Nikita Koksharov
|
c01c72a3df
|
Merge pull request #2694 from turo/change_session_id_fix
RedissonSession#changeSessionId - PTTL and stale map fixes
|
5 years ago |
Chris Eager
|
b848e9d2a3
|
Update session RMap after changing ID
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Chris Eager
|
8b36a7f5d9
|
Handle PTTL returning -2 (key does not exist)
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Nikita Koksharov
|
b4c358ff90
|
Fixed - RedissonReactiveSubscription.subscribe and receive methods aren't synchronized. #2686
|
5 years ago |
Nikita Koksharov
|
4eb39a210e
|
Merge pull request #2691 from turo/redissonsessionrepository_topic_race
Fixed - RedissonSessionRepository topic listener NPE race
|
5 years ago |
Chris Eager
|
dd4fefd41d
|
Fixed - RedissonSessionRepository topic listener NPE race #2690
Signed-off-by: Chris Eager <christian@turo.com>
|
5 years ago |
Nikita Koksharov
|
15c464013d
|
Fixed - RedissonReactiveSubscription.subscribe and receive methods aren't synchronized. #2686
|
5 years ago |
Nikita Koksharov
|
88172a2a24
|
Fixed - Redisson Tomcat Manager doesn't store principal and authType session attributes. #2589
|
5 years ago |
Nikita Koksharov
|
afc330f892
|
Fixed - CommandBatchService throws NPE
|
5 years ago |
Nikita Koksharov
|
bce0b830c7
|
Fixed - RLiveObjectService search Conditions.and returns wrong result. #2676
|
5 years ago |
Nikita Koksharov
|
167045c890
|
Fixed - Redisson Tomcat Manager doesn't store principal and authType session attributes. #2589
|
5 years ago |
Nikita Koksharov
|
c84b183b55
|
Fixed - Redisson is unable to start if first sentinel node in list is down #2679
|
5 years ago |
Nikita Koksharov
|
ba9b023229
|
connector removed
|
5 years ago |
Nikita Koksharov
|
8be90089a3
|
Fixed - Spring Data RedissonConnection#del() doesn’t participate in pipeline. #2680
|
5 years ago |