Uses of Interface
io.quarkus.redis.datasource.keys.KeyCommands
-
Packages that use KeyCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of KeyCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return KeyCommands Modifier and Type Method Description default KeyCommands<String>RedisDataSource. key()Gets the object to execute commands manipulating keys and expiration times.<K> KeyCommands<K>RedisDataSource. key(Class<K> redisKeyType)Gets the object to execute commands manipulating keys and expiration times. -
Uses of KeyCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement KeyCommands Modifier and Type Class Description classBlockingKeyCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return KeyCommands Modifier and Type Method Description <K1> KeyCommands<K1>BlockingRedisDataSourceImpl. key(Class<K1> redisKeyType)
-