Uses of Package
org.springframework.data.redis.connection.json
Packages that use org.springframework.data.redis.connection.json
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Data structures and interfaces to interact with Redis JSON.
Core package for integrating Redis with Spring concepts.
-
Classes in org.springframework.data.redis.connection.json used by org.springframework.data.redis.connectionClassDescriptionJSON path abstraction for JSON commands.Condition for
JSON.SETcommand.Enum representation of the JSON types provided by Redis JSON API.Value abstraction for JSON payloads passed toRedisJsonCommands. -
Classes in org.springframework.data.redis.connection.json used by org.springframework.data.redis.connection.jsonClassDescriptionJSON path abstraction for JSON commands.Condition for
JSON.SETcommand.Condition forJSON.SETcommand path presence.Enum representation of the JSON types provided by Redis JSON API.Value abstraction for JSON payloads passed toRedisJsonCommands. -