Function RedisSessionStore.this

Constructs a new Redis session store.

Prototype

this(
  string host,
  long database,
  ushort port = cast(ushort)6379u
);

Parameters

NameDescription
host Host name of the Redis instance to connect to
database Database number to select on the server
port Optional port number to use when connecting to the server

Authors

Copyright

License