Uses of Class
io.jooby.redis.RedisSessionStore
-
Uses of RedisSessionStore in io.jooby.redis
Methods in io.jooby.redis that return RedisSessionStoreModifier and TypeMethodDescriptionRedisSessionStore.noTimeout()
Remove session timeout.RedisSessionStore.setNamespace
(String namespace) Set redis namespace or key prefix.RedisSessionStore.setTimeout
(Duration timeout) Set/change session timeout.RedisSessionStore.setToken
(SessionToken token) Set custom session token.