| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.json |
This package contains the classes and interfaces related to RedisJSON module.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeliningBase.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
void |
UnifiedJedis.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
void |
CommandObjects.setJsonObjectMapper(JsonObjectMapper jsonObjectMapper) |
| Modifier and Type | Field and Description |
|---|---|
protected JsonObjectMapper |
AbstractClientBuilder.jsonObjectMapper |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.jsonObjectMapper(JsonObjectMapper jsonObjectMapper)
Sets a custom JSON object mapper for JSON operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGsonObjectMapper
Use the default
Gson configuration for serialization and deserialization JSON
operations. |
Copyright © 2025. All rights reserved.