You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
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