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