Uses of Enum Class
io.quarkus.redis.datasource.keys.RedisValueType
Packages that use RedisValueType
-
Uses of RedisValueType in io.quarkus.redis.datasource.keys
Methods in io.quarkus.redis.datasource.keys that return RedisValueTypeModifier and TypeMethodDescriptionExecute the command TYPE.static RedisValueTypeReturns the enum constant of this class with the specified name.static RedisValueType[]RedisValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.redis.datasource.keys that return types with arguments of type RedisValueTypeModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<RedisValueType>Execute the command TYPE.Methods in io.quarkus.redis.datasource.keys with parameters of type RedisValueTypeModifier and TypeMethodDescriptionKeyScanArgs.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. -
Uses of RedisValueType in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return RedisValueTypeModifier and TypeMethodDescription(package private) RedisValueTypeAbstractKeyCommands.decodeRedisType(io.vertx.mutiny.redis.client.Response r) Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type RedisValueType