open fun rxExpire(key: String, seconds: Long): Single<Long>
Set a key's time to live in seconds
key - Key string
key
seconds - Time to live in seconds
seconds
Return