Uses of Class
io.quarkus.redis.datasource.keys.RedisValueType
-
Packages that use RedisValueType Package Description io.quarkus.redis.datasource.keys io.quarkus.redis.runtime.datasource -
-
Uses of RedisValueType in io.quarkus.redis.datasource.keys
Methods in io.quarkus.redis.datasource.keys that return RedisValueType Modifier and Type Method Description RedisValueTypeKeyCommands. type(K key)Execute the command TYPE.static RedisValueTypeRedisValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static RedisValueType[]RedisValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.redis.datasource.keys that return types with arguments of type RedisValueType Modifier and Type Method Description io.smallrye.mutiny.Uni<RedisValueType>ReactiveKeyCommands. type(K key)Execute the command TYPE.Methods in io.quarkus.redis.datasource.keys with parameters of type RedisValueType Modifier and Type Method Description KeyScanArgsKeyScanArgs. 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 RedisValueType Modifier and Type Method Description (package private) RedisValueTypeAbstractKeyCommands. decodeRedisType(io.vertx.mutiny.redis.client.Response r)RedisValueTypeBlockingKeyCommandsImpl. type(K key)Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type RedisValueType Modifier and Type Method Description io.smallrye.mutiny.Uni<RedisValueType>ReactiveKeyCommandsImpl. type(K key)
-