Class RedisSessionStore

  • All Implemented Interfaces:
    RxDelegate

    public class RedisSessionStore
    extends SessionStore
    implements RxDelegate
    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.