BinaryRedis.setex

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

class BinaryRedis
string
setex
(
const(ubyte)[] key
,,
const(ubyte)[] value
)

Meta