I'm using quarkus, it has a reactive connection to redis. I need to add key-value-expiration. Due to the fact that this is reactive programming, I do not understand how to do this, please help.
there is an example, but it doesn't have an example of adding a key with a value: https://quarkus.io/guides/redis#creating-the-increment-service
ReactiveKeyCommands does not have an add, set, setex methods.