Uses of Class
io.quarkus.redis.datasource.keys.RedisKeyNotFoundException
-
Packages that use RedisKeyNotFoundException Package Description io.quarkus.redis.datasource.keys io.quarkus.redis.runtime.datasource -
-
Uses of RedisKeyNotFoundException in io.quarkus.redis.datasource.keys
Methods in io.quarkus.redis.datasource.keys that throw RedisKeyNotFoundException Modifier and Type Method Description longKeyCommands. pttl(K key)Execute the command PTTL.voidTransactionalKeyCommands. pttl(K key)Execute the command PTTL.longKeyCommands. ttl(K key)Execute the command TTL.io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommands. ttl(K key)Execute the command TTL.voidTransactionalKeyCommands. ttl(K key)Execute the command TTL. -
Uses of RedisKeyNotFoundException in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that throw RedisKeyNotFoundException Modifier and Type Method Description voidBlockingTransactionalKeyCommandsImpl. pttl(K key)voidBlockingTransactionalKeyCommandsImpl. ttl(K key)io.smallrye.mutiny.Uni<Void>ReactiveTransactionalKeyCommandsImpl. ttl(K key)
-