PSETEX works exactly like {@link #setex(const(ubyte)[], int, const(ubyte)[])} with the sole difference that the
expire time is specified in milliseconds instead of seconds. Time complexity: O(1)
@param key
@param milliseconds
@param value
@return Status code reply
PSETEX works exactly like {@link #setex(const(ubyte)[], int, const(ubyte)[])} with the sole difference that the expire time is specified in milliseconds instead of seconds. Time complexity: O(1) @param key @param milliseconds @param value @return Status code reply