vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function RedisSessionStore.this

Constructs a new Redis session store.

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