Uses of Interface
io.quarkus.redis.datasource.json.JsonCommands
Packages that use JsonCommands
-
Uses of JsonCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return JsonCommandsModifier and TypeMethodDescriptiondefault JsonCommands<String>
RedisDataSource.json()
Gets the object to manipulate JSON values.<K> JsonCommands<K>
RedisDataSource.json
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) Gets the object to manipulate JSON values.<K> JsonCommands<K>
Gets the object to manipulate JSON values. -
Uses of JsonCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement JsonCommandsMethods in io.quarkus.redis.runtime.datasource that return JsonCommandsModifier and TypeMethodDescription<K> JsonCommands<K>
BlockingRedisDataSourceImpl.json
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) <K> JsonCommands<K>