Uses of Class
redis.clients.jedis.params.SetParams
Packages that use SetParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of SetParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type SetParamsModifier and TypeMethodDescriptionfinal CommandObject<String> final CommandObject<String> Set the string value as value of the key.Set the string value as value of the key.final CommandObject<byte[]> final CommandObject<String> byte[]Response<byte[]> Response<byte[]> Response<byte[]> byte[] -
Uses of SetParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type SetParamsModifier and TypeMethodDescriptionSet Command Set the string value as value of the key.byte[]WARNING:get()MUST NOT be used with this method.WARNING:get()MUST NOT be used with this method.Response<byte[]> WARNING:get()MUST NOT be used with this method.WARNING:get()MUST NOT be used with this method. -
Uses of SetParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return SetParamsModifier and TypeMethodDescriptionSetParams.ex(long secondsToExpire) Set the specified expire time, in seconds.SetParams.exAt(long seconds) Set the specified Unix time at which the key will expire, in seconds.SetParams.get()Deprecated.SetParams.keepttl()Retain the time to live associated with the key.SetParams.nx()Only set the key if it does not already exist.SetParams.px(long millisecondsToExpire) Set the specified expire time, in milliseconds.SetParams.pxAt(long milliseconds) Set the specified Unix time at which the key will expire, in milliseconds.static SetParamsSetParams.setParams()SetParams.xx()Only set the key if it already exist.
setGetmethod (without settingget().