Uses of Class
io.quarkus.redis.datasource.keys.KeyScanArgs
Packages that use KeyScanArgs
-
Uses of KeyScanArgs in io.quarkus.redis.datasource.keys
Methods in io.quarkus.redis.datasource.keys that return KeyScanArgsModifier and TypeMethodDescriptionKeyScanArgs.count
(long count) Sets the max number of items in each batch.Sets aMATCH
patternKeyScanArgs.type
(RedisValueType type) You can use the TYPE option to ask SCAN to only return objects that match a given type, allowing you to iterate through the database looking for keys of a specific type.Methods in io.quarkus.redis.datasource.keys with parameters of type KeyScanArgsModifier and TypeMethodDescriptionKeyCommands.scan
(KeyScanArgs args) Execute the command SCAN.ReactiveKeyCommands.scan
(KeyScanArgs args) Execute the command SCAN. -
Uses of KeyScanArgs in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource with parameters of type KeyScanArgsModifier and TypeMethodDescriptionBlockingKeyCommandsImpl.scan
(KeyScanArgs args) ReactiveKeyCommandsImpl.scan
(KeyScanArgs args)