Uses of Interface
io.quarkus.redis.datasource.keys.KeyCommands
Packages that use KeyCommands
-
Uses of KeyCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return KeyCommandsModifier and TypeMethodDescriptiondefault KeyCommands<String>RedisDataSource.key()Gets the object to execute commands manipulating keys and expiration times.<K> KeyCommands<K>RedisDataSource.key(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) Gets the object to execute commands manipulating keys and expiration times.<K> KeyCommands<K>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 KeyCommandsMethods in io.quarkus.redis.runtime.datasource that return KeyCommandsModifier and TypeMethodDescription<K1> KeyCommands<K1>BlockingRedisDataSourceImpl.key(com.fasterxml.jackson.core.type.TypeReference<K1> redisKeyType) <K1> KeyCommands<K1>