The command is exactly equivalent to the following group of commands:
{@link #set(string, string) SET} + {@link #expire(string, int) EXPIRE}. The operation is
atomic.
<p>
Time complexity: O(1)
@param key
@param seconds
@param value
@return Status code reply
stringsetex(string key, int seconds, string value)
The command is exactly equivalent to the following group of commands: {@link #set(string, string) SET} + {@link #expire(string, int) EXPIRE}. The operation is atomic. <p> Time complexity: O(1) @param key @param seconds @param value @return Status code reply