Package | Description |
---|---|
redis.clients.jedis | |
redis.clients.jedis.commands | |
redis.clients.jedis.params |
Modifier and Type | Method and Description |
---|---|
Response<byte[]> |
PipelineBase.getEx(byte[] key,
GetExParams params) |
byte[] |
BinaryShardedJedis.getEx(byte[] key,
GetExParams params)
Deprecated.
|
byte[] |
BinaryJedisCluster.getEx(byte[] key,
GetExParams params)
Deprecated.
|
byte[] |
BinaryJedis.getEx(byte[] key,
GetExParams params)
Deprecated.
|
void |
BinaryClient.getEx(byte[] key,
GetExParams params)
Deprecated.
|
String |
ShardedJedis.getEx(String key,
GetExParams params)
Deprecated.
|
Response<String> |
PipelineBase.getEx(String key,
GetExParams params) |
String |
JedisCluster.getEx(String key,
GetExParams params) |
String |
Jedis.getEx(String key,
GetExParams params) |
void |
Client.getEx(String key,
GetExParams params)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Response<byte[]> |
BinaryRedisPipeline.getEx(byte[] key,
GetExParams params) |
byte[] |
BinaryJedisCommands.getEx(byte[] key,
GetExParams params) |
byte[] |
BinaryJedisClusterCommands.getEx(byte[] key,
GetExParams params) |
Response<String> |
RedisPipeline.getEx(String key,
GetExParams params) |
String |
JedisCommands.getEx(String key,
GetExParams params) |
String |
JedisClusterCommands.getEx(String key,
GetExParams params) |
void |
Commands.getEx(String key,
GetExParams params) |
Modifier and Type | Method and Description |
---|---|
GetExParams |
GetExParams.ex(long secondsToExpire)
Set the specified expire time, in seconds.
|
GetExParams |
GetExParams.exAt(long seconds)
Set the specified Unix time at which the key will expire, in seconds.
|
static GetExParams |
GetExParams.getExParams() |
GetExParams |
GetExParams.persist()
Remove the time to live associated with the key.
|
GetExParams |
GetExParams.px(long millisecondsToExpire)
Set the specified expire time, in milliseconds.
|
GetExParams |
GetExParams.pxAt(long milliseconds)
Set the specified Unix time at which the key will expire, in milliseconds.
|
Copyright © 2024. All rights reserved.