Uses of Interface
org.redisson.api.options.KeysScanOptions
Packages that use KeysScanOptions
Package
Description
-
Uses of KeysScanOptions in org.redisson
Methods in org.redisson with parameters of type KeysScanOptionsModifier and TypeMethodDescriptionRedissonKeys.getKeys(KeysScanOptions options) RedissonKeys.getKeysStream(KeysScanOptions options) -
Uses of KeysScanOptions in org.redisson.api
Methods in org.redisson.api with parameters of type KeysScanOptionsModifier and TypeMethodDescriptionRKeys.getKeys(KeysScanOptions options) Get all keys using iterable.reactor.core.publisher.Flux<String> RKeysReactive.getKeys(KeysScanOptions options) Get all keys using iterable.io.reactivex.rxjava3.core.Flowable<String> RKeysRx.getKeys(KeysScanOptions options) Get all keys using iterable.RKeys.getKeysStream(KeysScanOptions options) Get all keys using Stream. -
Uses of KeysScanOptions in org.redisson.api.options
Classes in org.redisson.api.options that implement KeysScanOptionsMethods in org.redisson.api.options that return KeysScanOptionsModifier and TypeMethodDescriptionKeysScanOptions.chunkSize(int value) Defines the amount of loaded keys per request.KeysScanParams.chunkSize(int value) static KeysScanOptionsKeysScanOptions.defaults()Creates the default optionsKeysScanOptions.limit(int value) Defines the total amount of returned keys.KeysScanParams.limit(int value) Defines the pattern that all keys should match.Defines the type of objects that all keys should match. -
Uses of KeysScanOptions in org.redisson.reactive
Methods in org.redisson.reactive with parameters of type KeysScanOptionsModifier and TypeMethodDescriptionreactor.core.publisher.Flux<String> RedissonKeysReactive.getKeys(KeysScanOptions options) -
Uses of KeysScanOptions in org.redisson.rx
Methods in org.redisson.rx with parameters of type KeysScanOptionsModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<String> RedissonKeysRx.getKeys(KeysScanOptions options)