Function RedisSessionStore.this
Constructs a new Redis session store.
this
(
string host,
long database,
ushort port = cast(ushort)6379u
);
Parameters
Name | Description |
---|---|
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 |