Uses of Interface
org.redisson.api.RBucketsRx
Packages that use RBucketsRx
-
Uses of RBucketsRx in org.redisson
Methods in org.redisson that return RBucketsRxModifier and TypeMethodDescriptionRedissonRx.getBuckets()RedissonRx.getBuckets(OptionalOptions options) RedissonRx.getBuckets(Codec codec) -
Uses of RBucketsRx in org.redisson.api
Methods in org.redisson.api that return RBucketsRxModifier and TypeMethodDescriptionRedissonRxClient.getBuckets()Returns interface for mass operations with Bucket objects.RedissonRxClient.getBuckets(OptionalOptions options) Returns API for mass operations over Bucket objects with specifiedoptions.RedissonRxClient.getBuckets(Codec codec) Returns interface for mass operations with Bucket objects using provided codec for object.