Class ReactiveKeyCommands.ExpireAtCommand

java.lang.Object
org.springframework.data.redis.connection.ReactiveRedisConnection.KeyCommand
org.springframework.data.redis.connection.ReactiveKeyCommands.ExpireAtCommand
All Implemented Interfaces:
ReactiveRedisConnection.Command
Enclosing interface:
ReactiveKeyCommands

public static class ReactiveKeyCommands.ExpireAtCommand extends ReactiveRedisConnection.KeyCommand
EXPIREAT/PEXPIREAT command parameters.
Author:
Mark Paluch
See Also: