All Implemented Interfaces:
Resp3Command

public class SETEX extends SET
SETEX

As of Redis 2.6.2, this command is deprecated. Applications should utilize `SET key value EX seconds`.

Since:
15.0
Author:
José Bolina
See Also: