Redis.this

Create a new connection to the Redis server

class Redis
this
(
string host = "127.0.0.1"
,
ushort port = 6379
,
string password = ""
)

Meta