| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands | |
| redis.clients.jedis.exceptions |
| Modifier and Type | Method and Description |
|---|---|
String |
BinaryJedis.shutdown()
Synchronously save the DB on disk, then shutdown the server.
|
void |
BinaryJedis.shutdown(SaveMode saveMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
BasicCommands.shutdown()
Stop all the client.
|
void |
BasicCommands.shutdown(SaveMode saveMode) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortedTransactionException |
class |
InvalidURIException |
class |
JedisAccessControlException |
class |
JedisAskDataException |
class |
JedisBusyException |
class |
JedisClusterException |
class |
JedisClusterMaxAttemptsException |
class |
JedisClusterOperationException |
class |
JedisConnectionException |
class |
JedisDataException |
class |
JedisExhaustedPoolException
This exception will be thrown when the Jedis client isn't able to retrieve a connection from the
pool, since all the connections are being used (a.k.a.
|
class |
JedisMovedDataException |
class |
JedisNoReachableClusterNodeException
WARNING: This exception will extend
JedisClusterOperationException in upcoming major release. |
class |
JedisNoScriptException |
class |
JedisRedirectionException |
Copyright © 2021. All rights reserved.