Package redis.clients.jedis.commands
Interface StringPipelineCommands
- All Superinterfaces:
BitPipelineCommands
- All Known Subinterfaces:
PipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
-
Method Summary
Modifier and TypeMethodDescriptiongetEx(String key, GetExParams params) incrByFloat(String key, double increment) WARNING:SetParams.get()MUST NOT be used with this method.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.
-
Method Details
-
set
-
set
-
get
-
setGet
WARNING:SetParams.get()MUST NOT be used with this method. -
getDel
-
getEx
-
setrange
-
getrange
-
getSet
-
setnx
-
setex
-
psetex
-
mget
-
mset
-
msetnx
-
incr
-
incrBy
-
incrByFloat
-
decr
-
decrBy
-
append
-
substr
-
strlen
-
strAlgoLCSKeys
@Deprecated Response<LCSMatchResult> strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.LCScan be used instead of this method. -
lcs
-