| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
This package contains the interfaces that contain methods representing Redis core commands.
|
| redis.clients.jedis.exceptions |
This package contains the Exception classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jedis.shutdown()
Synchronously save the DB on disk, then shutdown the server.
|
void |
Jedis.shutdown(SaveMode saveMode)
Deprecated.
|
void |
Jedis.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerCommands.shutdown()
Stop all the client.
|
void |
ServerCommands.shutdown(SaveMode saveMode)
Deprecated.
|
void |
ServerCommands.shutdown(ShutdownParams shutdownParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortedTransactionException |
class |
InvalidURIException |
class |
JedisAccessControlException |
class |
JedisAskDataException |
class |
JedisBusyException |
class |
JedisClusterException |
class |
JedisClusterOperationException |
class |
JedisConnectionException |
class |
JedisDataException |
class |
JedisMovedDataException |
class |
JedisNoScriptException |
class |
JedisRedirectionException |
Copyright © 2023. All rights reserved.