I'm using spring state machine and persisting to redis using RedisStateMachinePersister from org.springframework.statemachine.data.redis. How do I set the time to live for this state machine context data that is being persisted in redis? Many thanks
I'm using spring state machine and persisting to redis using RedisStateMachinePersister from org.springframework.statemachine.data.redis.
How do I set the time to live for this state machine context data that is being persisted in redis? Many thanks