| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.params |
This package contains the classes that represent optional parameters of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jedis.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCommands.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Method and Description |
|---|---|
ShutdownParams |
ShutdownParams.force() |
ShutdownParams |
ShutdownParams.nosave() |
ShutdownParams |
ShutdownParams.now() |
ShutdownParams |
ShutdownParams.save() |
ShutdownParams |
ShutdownParams.saveMode(SaveMode saveMode) |
static ShutdownParams |
ShutdownParams.shutdownParams() |
Copyright © 2025. All rights reserved.