Class ReactiveKeyCommands.ExpireCommand

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

public static class ReactiveKeyCommands.ExpireCommand extends ReactiveRedisConnection.KeyCommand
EXPIRE/PEXPIRE command parameters.
Author:
Mark Paluch
See Also: