Nikita Koksharov
9b42391166
Fixed - Kryo5Codec Serializers don't work in GraalVM native image mode. #4811
2 years ago
Nikita Koksharov
830abb8453
version updated
2 years ago
Nikita Koksharov
9a2090664e
refactoring
2 years ago
Nikita Koksharov
eeba9d0488
Fixed - NoSuchMethodException com.esotericsoftware.kryo.serializers.TimeSerializers$OffsetDateTimeSerializer in Quarkus native mode. #4811
2 years ago
Nikita Koksharov
bb60d86bcf
checkstyle errors fixed
2 years ago
Nikita Koksharov
cda8d91a99
Fixed - LinkedHashMap and LinkedHashSet objects can't be decoded properly by Kryo5Codec #4807 #4809
2 years ago
Nikita Koksharov
4e0dede309
refactoring
2 years ago
Nikita Koksharov
613a723ba5
netty updated
2 years ago
Nikita Koksharov
43a59e7cc7
Fixed - NameMapper isn't applied to RFunction and RScript objects #4801
2 years ago
Nikita Koksharov
7616e46507
test fixed
2 years ago
Nikita Koksharov
5f409f954b
version updated
2 years ago
Nikita Koksharov
5aed329255
refactoring
2 years ago
Nikita Koksharov
a2cc7dbefc
refactoring
2 years ago
Nikita Koksharov
6c9a7c6cb5
Fixed - RFunction.callAsync() method called with RBatch object throws MOVED errors in Redis cluster mode. #4791
2 years ago
Nikita Koksharov
b6cb9e17a2
Fixed - RFunction.loadAndReplace() method uses incorrect command parameters
2 years ago
Nikita Koksharov
80e298c909
Fixed - codec,nettyHook,addressResolverGroupFactory,connectionListener settings can't be defined through Quarkus or Helidon config #4794
2 years ago
Nikita Koksharov
814cd2854a
Merge branch 'master' of github.com:redisson/redisson
2 years ago
Nikita Koksharov
dd58318a1f
Fixed - RFunction.load() method uses incorrect command parameters
...
Fixed - RFunction.list() throws ClassCastException
#4782 #4788
2 years ago
Nikita Koksharov
16f59795b5
Merge pull request #4773 from MooRoakee/fix-npe
...
Fixed NPE while booting when pub message set to null
2 years ago
默其妙
bb656c9633
[fix]NPE when pub message is null
...
Signed-off-by: 默其妙 <rugtee@outlook.com>
2 years ago
Nikita Koksharov
347e85229c
Merge branch 'master' of github.com:redisson/redisson
2 years ago
Nikita Koksharov
ed5b5454ec
version updated
2 years ago
Nikita Koksharov
854310caad
Update CHANGELOG.md
2 years ago
Nikita Koksharov
d0cd84f23a
[maven-release-plugin] prepare for next development iteration
2 years ago
Nikita Koksharov
9b1eeba852
[maven-release-plugin] prepare release redisson-3.19.1
2 years ago
Nikita Koksharov
fa273f5639
test deprecated
2 years ago
Nikita Koksharov
489019c2e6
Merge branch 'master' of github.com:redisson/redisson
2 years ago
Nikita Koksharov
53b9e6ba06
version updated
2 years ago
Nikita Koksharov
1e0053a869
Merge pull request #4719 from newrelic-forks/mob/track-max-permits
...
Add tracking and setters for max permits
2 years ago
Kevin Scaldeferri
de5b21b04d
remove import
...
Signed-off-by: Kevin Scaldeferri <kscaldeferri@newrelic.com>
2 years ago
Nikita Koksharov
1019909c83
Fixed - Kryo5Codec now able to serialize UUID, URI and Pattern objects without warnings in JDK 11+.
2 years ago
maddie-boisvert
ad83b1fdb8
Include new semaphore methods in the rx and reactive interfaces
...
Signed-off-by: maddie-boisvert <maddie.boisvert@gmail.com>
2 years ago
maddie-boisvert
a8096c0a07
Update usages of getChannelName
...
Signed-off-by: maddie-boisvert <maddie.boisvert@gmail.com>
2 years ago
maddie-boisvert
61d1b8a85e
Merge remote-tracking branch 'origin/master' into mob/track-max-permits
2 years ago
J. Derek Roller
de016b8fae
Rename claimedPermits to acquiredPermits in method names and Lua scripts
...
Signed-off-by: J. Derek Roller <droller@newrelic.com>
2 years ago
Nikita Koksharov
69b71104cf
Fixed - RReliableTopic doesn't remove all expired subscribers at once. #4765
2 years ago
Nikita Koksharov
ac93cbc48f
Fixed - Pattern Topic messages duplication after failover in cluster #4766
2 years ago
J. Derek Roller
544912f292
Change return value from setPermitsAsync to empty
...
Signed-off-by: J. Derek Roller <droller@newrelic.com>
2 years ago
maddie-boisvert
d685fcc418
Change return type of set permits to void
...
Signed-off-by: maddie-boisvert <maddie.boisvert@gmail.com>
2 years ago
Nikita Koksharov
66db3da099
helidon updated
2 years ago
Nikita Koksharov
efd936f4c2
Fixed - RBatch.getListMultimapCache() method should return RMultimapCacheAsync. #4758
2 years ago
Nikita Koksharov
ad5b902d7f
refactoring
2 years ago
Nikita Koksharov
4f0258f2b6
RedissonShardedTopicTest should use docker container
2 years ago
Nikita Koksharov
4c8c792ccb
refactoring
2 years ago
Nikita Koksharov
d5bce1cda0
Merge pull request #4748 from MrChaos1993/master
...
Fixed - SharedPubSub listener not being triggered
2 years ago
maddie-boisvert
55e2e23b31
Update descriptions to include delta
...
Signed-off-by: maddie-boisvert <maddie.boisvert@gmail.com>
2 years ago
Alexander Tulyakov
541fba21f4
Fixed - SharedPubSub listener not being triggered
...
- Add processing smessage for CommandPubSubDecoder
- Add unit-tests for CommandPubSubDecoder
- Fix integration-test for RedissonSharedTopicTest
- Add auto-find redis-server bin from PATH env variable
Signed-off-by: Alexander Tulyakov <alexander.tulyakov@ebs.ru>
2 years ago
Nikita Koksharov
38b8669270
Implement_new_SMISMEMBER_command
2 years ago
Nikita Koksharov
1f45b65e25
refactoring
2 years ago
Nikita Koksharov
f3d891d54e
Fixed - RSetCacheRx and RSetCacheReactive miss tryAdd() method.
2 years ago