Class RedisSessionStore


  • public class RedisSessionStore
    extends SessionStore
    A SessionStore that uses a Redis to store the sessions and associated data. This assumes that the redis logical database (i.e. select) is only used to store the sessions to make size query reliable.

    NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

    • Field Detail

      • DEFAULT_SESSIONID_LENGTH

        public static final int DEFAULT_SESSIONID_LENGTH
        Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
        See Also:
        Constant Field Values
      • DEFAULT_RETRY_TIMEOUT_MS

        public static final long DEFAULT_RETRY_TIMEOUT_MS
        See Also:
        Constant Field Values
    • Constructor Detail

      • RedisSessionStore

        public RedisSessionStore​(Object delegate)